I am using jQuery Uploadify plug-in. It works great for what I'm doing, but when I recently tested it with images over 2.5mb, it fails.
The process completes, states that the file is 100% uplaoded, but the file never arrives in the uploaded folder. The log files say that the script can't find the file.
I checked the PHP.ini file settings, the log files and everything else I could think of (firebug, etc). However, this is not coming up with real results.
Any help? Ideas?
Update: The PHP settings in .ini were updated, but PHP info shows:
max_execution_time 30 30
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 60 60
memory_limit 32M 32M
An image takes well over 30 seconds to upload, could this be the problem?