Work using Symfony 2.5, Heroku hosting, and Amazon S3 for static files. I am working on a project where the user can upload very large images, and this ends up locking the server of my app or giving timeout because the server can not complete the transfer of the images.
I think the best solution would be a direct transfer of the file to S3, but I never did it and I do not want to risk it without thinking about it.
Any suggestions?
Thank you!