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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)