CulturalMe / meteor-slingshot

Upload files directly to AWS S3, Google Cloud Storage and others in meteor
MIT License
595 stars 104 forks source link

Crashing Browser #206

Closed trevordowdle closed 7 years ago

trevordowdle commented 7 years ago

Don't know if this is a Firefox issue or a slingshot issue. However in the browser I have a blob file (a getUserMedia webm video recording) stored in memory.

If I try to upload the blob file

var uploader = new Slingshot.Upload( "uploadToAmazonS3" );
uploader.send( blobFile, function( error, url ) {

The browser constantly crashes one it starts processing the send function. It unfortunately because I don't recall this happening 6 months ago, granted I was not yet on Meteor 1.3. And I have since changed from the blaze templates to react. Not sure if any of this is a factor.. I am just hoping that someone may have some insight on this..

Appreciate it.

trevordowdle commented 7 years ago

This was a browser related crash.