jQuery Uploadify Not Handling Large Images

altonmint

New Member
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:\[code\]max_execution_time 30 30max_file_uploads 20 20max_input_nesting_level 64 64max_input_time 60 60memory_limit 32M 32M\[/code\]An image takes well over 30 seconds to upload, could this be the problem?
 
Back
Top