Question
Can users upload files to Spaces directly from their browsers?
Hi!
I’m considering using DO Spaces for our company’s web. In this web, users upload very large video files (arond 20GB), so I’d prefer that they upload those files directly to the DO Spaces server, without using my server as intermediate.
Amazon S3 allosw this: https://docs.aws.amazon.com/es_es/AmazonS3/latest/API/sigv4-UsingHTTPPOST.html
With the help of a JavaScript uploader like FineUploader it’s a painless process: https://fineuploader.com/demos.html#amazon-demo
Can I do the exact same thing with DO Spaces? Has anyone tried this?
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hey! Any update on that? Did you found a way to do browser-based uploads to DO Spaces?