Is there a way to get a progress bar for the status of uploads to the server.
yes, there's a callback to the create file method. However, the progress is only in 5MB chunks
something is better then nothing
is there any specific way that I should submit the file to get progress
no
How do i check the chunks uploaded as it progresses
Got it thank you!
const uploadPromise = storage.createFile( getlinkedData.documents[0].bucketId, ID.unique(), draggedFiles[0], [], (progress) => { console.log(progress.progress) uploadProgress.set(progress.progress) // Update the Svelte store }
This is the ending code I got to make it work with JS. I am using SveltekIt
[Solved] Progress Bar for storage uploads
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- 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...