
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
- Issue with github oauth in firefox brows...
Hello Guys i have setup appwrite auth (Email Password, Google and Github). All auth methods works fine on the chrome based browsers but it has a strange issue w...
- Decentralisation
I had queries regarding decentralisation with self hosting, particularly with sites as a recent addition. Can we decentralise sites as in many cases we would li...
- Unable to read session cookie
Hi, when I am hitting Appwrite **/account** API. I am getting the user account details as expected in the response. However, with that API, Appwrite also adds a...
