Hi,
I want to upload large videos 60MB or bigger through django and heroku but since the timeout in heroku is 30 seconds i am not able to do so. Is there a way to do that? I have a form that has upload button for video file. I saw a thread talking about uploading directly to S3 but i am using linode storages, is there a way to do direct upload to linode using the form without going through the server?