Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IO: Error #2038 jquery uploadify

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.

like image 671
Nandini Bhaduri Avatar asked Jul 16 '10 13:07

Nandini Bhaduri


1 Answers

It seems the problem is with flash plugins,which browser uses to upload any file.If you need more here is a link.maybe it can help you.

http://help.axletreemedia.com/templates/System/details.asp?id=31606&PG=resources&CID=34053

like image 197
Hazarapet Tunanyan Avatar answered Oct 21 '22 00:10

Hazarapet Tunanyan