how to get the percentage of file uploading? Does the Storage API provided a data of total percentage of file uploading, so that I can use this on my client side.
Yes, there is a callback parameter for the create file function. Keep in mind it uploads on 5mb chunks
does that makes me hindrance? like not accurate percentage of uploading?
the user will only see progress every 5MB
Recommended threads
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Storage Chunk upload bug
Hi, I'm experiencing an issue with Appwrite Storage chunked uploads. Small files upload successfully, but larger video files that require chunking fail. For ...
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...