
hey can anyone help me how to upload multiple files at a time to appwrite storage. using reactjs

Hello! You will need to upload the files individually one after another instead of all files at the same time

Since you need to create each file in the storage

but in my use case user will upload multiple file at a time

how should i do that???

In your code, basically you make a loop and when a file ends being uploaded, you upload the next one
Recommended threads
- Invalid redirect url
I keep getting invalid redirect url in Nextjs when i try to use google or github authentication
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
- i wanna get user oauth2 provider details...
Trying to get the OAuth2 session returns empty data. I'm using Discord as the provider.
