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
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...