IO: Error #2038 jquery uploadify

蓝咒 提交于 2020-01-03 06:50:13

问题


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.


回答1:


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




回答2:


firefox + flash = IO: Error #2038

http://www.uploadify.com/forums/discussion/1116/io-error-2038-in-firefox-only-not-solved/p1




回答3:


Update flash.
the older version of flash I had, with multiple uploads would error on the every-other regardless of the file-size. I just got 10.3.181.34 which is fine-fine-fine.




回答4:


I have solved the problem.

In my office, we use a proxy, and I had to change the preference to No Proxy. This solved the problem.

Or, if you do not use a proxy, try to find this in php.ini:

Change:

Hostname:Port localhost:0

To:

Hostname:Port localhost:80




回答5:


This is because the uploadify AJAX response does not have temporary file name. This happens may be because of the upload filesize limitation on the server. Try looking to server configuration.



来源:https://stackoverflow.com/questions/3265058/io-error-2038-jquery-uploadify

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!