Direct Multipart Uploads to S3 in Rails
blog.bitcast.io
Direct Multipart Uploads to S3 in Rails
1–10 of 11 posts
Re: Direct Multipart Uploads to S3 in Rails
#2BTW, the text does not scale up. And anyone have the name of the website that reformats a page with good CSS, just for future reference.
Re: Direct Multipart Uploads to S3 in Rails
#3That said, being more transparent in the Readme on Github about the browsers that are currently supported and that plan to be supported would be appreciated. Blob is only Chrome 21+, Firefox 13+ and IE 10+ according to MDN (https://developer.mozilla.org/en-US/docs/DOM/Blob), and judging by the "FileBlob API is not supported" comment under the TODO section, there isn't any backwards compatibility yet. How far back are you planning on supporting?
Re: Direct Multipart Uploads to S3 in Rails
#4Congratulations on this gem. This is a need that was not filled. I had thought about this, but our requirements changed. BTW, the text does not scale up. And anyone have the name of the website that reformats a page with good CSS, just for future reference.
Re: Direct Multipart Uploads to S3 in Rails
#5I ended up using filepicker.io, and am quite happy with that now. But this gem could be good for people that don't want to rely on a third-party (although I still recommend trying filepicker.io)
Re: Direct Multipart Uploads to S3 in Rails
#6I've tried looking for something exactly like this before to no avail. Really awesome assuming it can deliver! That said, being more transparent in the Readme on Github about the browsers that are currently supported and that plan to be supported would be appreciated. Blob is only Chrome 21+, Firefox 13+ and IE 10+ according to MDN ( https://developer.mozilla.org/en-US/docs/DOM/Blob ), and judging by the "FileBlob AP…
Re: Direct Multipart Uploads to S3 in Rails
#7I've tried looking for something exactly like this before to no avail. Really awesome assuming it can deliver! That said, being more transparent in the Readme on Github about the browsers that are currently supported and that plan to be supported would be appreciated. Blob is only Chrome 21+, Firefox 13+ and IE 10+ according to MDN ( https://developer.mozilla.org/en-US/docs/DOM/Blob ), and judging by the "FileBlob AP…
Really glad you find it useful, and you're completely right that I need a section on compatibility. The nice thing is that for browsers that don't support Blobs, Amazon allows you to just upload the file as one giant chunk with the same multipart API. I'm not absolutely sure yet (I still need to do some testing), but this should mean that browsers versions as far back as IE 5 will work - only basic XHR compatibility…
Re: Direct Multipart Uploads to S3 in Rails
#8Re: Direct Multipart Uploads to S3 in Rails
#9I'm sure this is more a question about S3 than the gem itself, but can you provide any info about security risks, who can upload, where they can upload to, etc.? e.g.: what's to stop someone from uploading a ton of files to your bucket if they have direct access to it?
Re: Direct Multipart Uploads to S3 in Rails
#10Congratulations on this gem. This is a need that was not filled. I had thought about this, but our requirements changed. BTW, the text does not scale up. And anyone have the name of the website that reformats a page with good CSS, just for future reference.