Every flash uploader giving bad progress values

亡梦爱人 提交于 2020-01-01 16:57:10

问题


The file upload script I wrote early last year for an internal website has been misbehaving oddly on a number of machines. On some machines it consistently works fine, on others it consistently misbehaves. I am having exactly the same problem with YUI Uploader, SWFUpload (2.2 and 2.5a), and Uploadify.

On the misbehaving machines, the progress event (or callback as the case may be) is reporting the upload going far too quickly. It is progressing around 9 or 10MB/s, instead of the 50 or 60kb/s that is actually going on. The progress bar fills up very quickly, and then no more progress events are triggered. A few minutes later the completion event will trigger when the upload is actually done.

I must emphasize that the file upload does proceed normally, even though the progress being reported is very wrong.

The progress events are reporting a correct file size, but the reported amount uploaded is usually way too high, and it appears that it is always a multiple of 2^16 (65536).

I'm only having this problem with Firefox 3.5 on Windows XP, all of which have various subversions of Flash 10.

Has anyone heard of this happening, or have any idea what is going on?

(I'm off to go file a number of bug reports, but hopefully someone here has some previous experience with this.)


回答1:


Turns out it was AVG that was proxying the requests. As far as the Flash was concerned it was uploading it very very quickly... into AVG. AVG then proceeded to upload in the background.




回答2:


It seems like this is a general XP issue with AVG's Link Scanner service. I turned off all options of the Link Scanner in AVG and Flash upload progress (at least through the YUI 2 Uploader) seems to be reporting accurately.



来源:https://stackoverflow.com/questions/2044178/every-flash-uploader-giving-bad-progress-values

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