#8717 closed defect (fixed)
FileUploader - doUpload occasionally fails
Reported by: | Mike Wilcox | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Form | Version: | 1.3.0b1 |
Keywords: | uploader form | Cc: | |
Blocked By: | Blocking: |
Description
The ExternalInterface? for Flash is flaky. The SWF can communicate with the JS, but sometimes the JS can't communicate with the SWF. Rebuilding the SWF fixes the problem, but when a user has selected a file and doUpload fails, there's nothing I can do.
I've reported the bug to Adobe: http://bugs.adobe.com/jira/browse/FP-1556
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [16788]) Fixes #8726, #8717 - at least I hope this fixes those tickets. Did soe major rework to test if JS to SWF com is properly initialized. Different fixes for IE and FF. Safari seems to work too. Lots of testing, seems pretty solid now. Also fixed the test file that caused an error on unload and probably wasn't removing test files from the server properly. Doing that as the images finish loading now.
comment:3 Changed 12 years ago by
Milestone: | future → 1.3 |
---|
batch move of tickets marked 'future' in the 1.3 timeframe
(In [16787]) Refs #8726, #8717 - added the optional function to test if SWF com is ready. This fixes some major errors in IE - not sure if Video was working at all.