whoamiW
Convex Community3y ago
14 replies
whoami

Is there a way to get the progress of file uploading in convex storage?

Something like this, provided by upload.io
const uploadResult = await uploader.uploadFile(file, {
        onProgress: (p) => {
          setUploadProgress(p.progress)
        },
      })
Was this page helpful?