
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
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
- db queries
hi, could you please help/advice me , i checked db usage for my app which has real usage once a month (its voting app) and i see a lot db queries for days when ...
- DATABASE ERROR
I suddenly cannot delete any documents in my organization collection. No matter I use SDK or delete it manually in appwrite console platform, it still cannot be...
