views:

435

answers:

2

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.

A: 

You could try this uploadify forums thread about this

Helped me when this happened to me!

Iznogood
A: 

This isn't a mac problem nor an encoding problem, I have got all settings set, any files more than 2 MB produces this error. I allow uploads up to 64 MB

omar.php