We are creating a media driven website that requires our users to submit very large broadcast quality video files over the internet. We want to cut bandwidth issues out by eliminating the use of our production server (where the website is), and just creating a connection between the user and a s3 account.
To make matters even more fun, our hosting service only allows 50MB an upload through PHP...
I've looked all over the internet for a feasible solution, can anybody help?
A progress bar would be terrific as well.