The code is working on one server but isn't on the other. When trying to upload files of size around 1 MB with jquery uploadify I get this error.
IO: Error #2038
Tried changing the following php settings in php.ini:
post_max_size 32M
upload_max_filesize 32M
session.gc_maxlifetime 14400
max_input_time 14400
max_execution_time 14400
memory_limit 128M
Isn't working.