A rails 3 gem which allow user upload files to S3 through an embedded flash directly. All UI has been moved out of flex and can be controlled by CSS and JavaScript callbacks.
I tracked down the problem to the FileReference within S3UploadRequest still having eventListeners after the upload was interrupted, so now when stopUploading is called, those listeners are removed, and everything else works as expected.
I tracked down the problem to the FileReference within S3UploadRequest still having eventListeners after the upload was interrupted, so now when stopUploading is called, those listeners are removed, and everything else works as expected.
Cheers!