Thread
:
FileReference upload fails in Firefox 3
View Single Post
Polaco
2009-06-09 #
15
Hi Si, I feel a bit stupid now more than I regulary feel.
The security sandbox problem was due to I was sending the upload on a FileReference complete event handler. So as the URLUploader needs a user interaction to begin the upload I had to split this in two parts. First the user selects the image to upload and this fires the Filereference.load method, when the filereference load is complete an upload button becomes available and clicking it fires the caingorm event which finally it's delegate makes the call to URLUploader.
So the good news is that now works in Firefox and IE. This is a good sign that could work under HTTPS too, thing that I will test in a few hours.
The bad news is that it requires FlashPlayer10.
Polaco
View Public Profile
Find all posts by Polaco