ruby on rails - Carrierwave Timeout -


i have used carrierwave users upload files in rails app. when user uploads multiple files of size more 400mb (approx.) timeout error.

note: i've hosted app rails app on heroku.

uploading large files through heroku not recommended. limit request 30 seconds, not enough time 400mb.

if open using s3, heroku provides potential rails solution that.


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -