Question

I've got a problem when uploading large images to amazon s3. I'm using Rails 4 with carrierwave gem. I've see many similar posts here on stackoverflow that people answered to use carrierwave_direct. My problem is that I can't put one form into another, and need to send all the data together, including the image upload. The only option I see, is to limit file size, but I'm avoiding. Is there any way to increase this timeout on the server or any configuration file inside rails project?

Was it helpful?

Solution

My timeout was in the Javascript, was timing out the requests.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top