upload it direct to S3 from the client?
Michael Dyrynda has a sequence of blog posts about this
https://dyrynda.com.au/blog/uploading-files-to-amazon-s3-from-the-browser-part-one
Hey fellas,
So i got an app where a user can upload image/video files upto 100mb which I am storing on S3, however my current setup doesn't seem ideal as the user has to wait after uploading the file for it to be uploaded to S3. Whats the best way I can do that in the background? Like once the uploading finishes the user is redirected to a processing page and the system in the background (without being interrupted by the user) uploads the data to S3.
Would appreciate any response.
Thanks.
Please or to participate in this conversation.