Hello Community,
I want to upload multiple files from frontend is there any way to do that?
I know I can bypass the backend by getting a pre-signed URL from the backend and then I can upload files directly from frontend which is okay.
But I need to upload multiple files do I need to get pre-signed URLs for all the files? Please let me know how can I upload multiple files into spaces.
Thank you in advance!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hello @ksarpatil17
The front end might not be ideal for uploading multiple files.
I’ll personally recommend you use software like Cyberduck or s3cmd to upload files via the command line or via script.
https://docs.digitalocean.com/products/spaces/reference/cyberduck/
https://docs.digitalocean.com/products/spaces/reference/s3cmd-usage/
Regards
Hello @ksarpatil17
I’ll recommend using a tool to upload multiple files rather than using the front end.
Cyberduck is an open-source tool for Windows and macOS that provides a graphical interface to manage files for a wide variety of protocols and services, including FTP, SFTP, WebDav, and S3.
https://docs.digitalocean.com/products/spaces/reference/cyberduck/
Regards