Michael Keenan
Michael Keenan
For anyone coming across this, as I did: this approach works, but it's easy to miss that you'll need to have a middleware line once for each bucket/app, [as described...
I've encountered this too. A few days ago, I added the Spree gem to my app. It couldn't find methods from its frontend_helper. It's been very difficult to track this...
I've figured this out, mostly. s3_multipart generates a file: `/app/uploaders/multipart/[object]_uploader.rb` This file's first line will be: ``` class ItemUploader < ApplicationController ``` It's this line, or this class being created...
You're welcome! :)
My users would report a couple of different things - sometimes that the upload would hang, like you said, and sometimes that the upload would appear to complete, but never...
Hi Daniel, I just checked my logs, and there's no record of that error occurring. I am still having a few problems, though, with RequestTimeout and IncompleteBody errors. I've been...
I apologize for it probably being really rude to post about another solution in the issues of a gem, but... I've just finished rewriting my uploading system to use FineUploader...
Thank you! I had the same problem and this fixed it for me too.