I am using jQuery Uploadify plugin. It works great for what I'm doing, but when I recently tested it with images larger than 2.5 MB, it failed.
The process ends, states that the file is 100% higher, but the file never ends up in the downloaded folder. The log files indicate that the script cannot find the file.
I checked the parameters of the PHP.ini file, the log files and everything else that I could think of (firebug, etc.). However, this does not bring real results.
Any help? Ideas?
Update: The PHP settings in .ini have been updated, but the PHP information 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
It takes more than 30 seconds to download an image, could this be a problem?
source share