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
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, itโs mention that only setup client with endpoint / api key is enou...