You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add pause(fileId) / resume(fileId) / cancel(fileId) to the useUploadKit return value. Useful only once a transport that actually supports pause exists (tus or chunked S3 multipart) — depends on the resumable-uploads issue.
Add
pause(fileId)/resume(fileId)/cancel(fileId)to theuseUploadKitreturn value. Useful only once a transport that actually supports pause exists (tus or chunked S3 multipart) — depends on the resumable-uploads issue.