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
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...
- i need help!
I was working on my project and I just can't stop receiving this message. Is something wrong?