Is there a way to perform batch uploading or document creation?
- 0
- Tools
- Flutter
- General
- Self Hosted

how can we achieve batch document creation in single response.

Do you mean something like this? https://github.com/appwrite/appwrite/issues/3051

yes, is there is any way to achieve this because i did not find any solution there,

is batch uploading is possible or not in appwrite

There is no bulk upload. You would need to execute the createDocument() API waiting for each to finish before making the next request (if that is what you are looking for)

yes i am looking for this

Isn't possible via graphql operations ?

Recommended threads
- Origin error after changing default port...
Hi! I need some help regarding an issue I’m facing with Appwrite after changing the default ports. I have a self-hosted Appwrite instance running on my VPS. I ...
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
