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
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...