nathancolgate / s3-swf-upload-plugin

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.
http://www.nathancolgate.com
MIT License
317 stars 74 forks source link

Fixed stopUploading startUploading bug... #18

Closed nickmerwin closed 13 years ago

nickmerwin commented 13 years ago

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!

nathancolgate commented 13 years ago

Thanks so much, yickster!