
Hello there I have been trying to upload large video file about 200 MBs to the Appwrite storage bucket but it seems slow in response and when I read in the documentation it says that it handles the first chunk and returns the file id after the first chunk is returned. I need the file Id so that I can store it as a reference in one of my database collection so that I can get it later for viewing and downloading if possible. How can I work around modifying the content Range header when uploading the files so that I speed up the process and give the user feedback about the upload progress as the file uploads

Are you using our SDK?

Yes. Actually I've just realised that I was awaiting the storage promise to resolve which was unnecessary. So It's now proceeding fine

Just had to generate a unique ID for the file before I actually call for it to be uploaded.

If you're using the SDK, the create file has a callback as one of the params that lets you check the progress of the upload

Thank you.
Recommended threads
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
