vue-upload-component icon indicating copy to clipboard operation
vue-upload-component copied to clipboard

How to handle retry of failed upload (PUT)?

Open jamesmorgan opened this issue 5 years ago • 0 comments

I am uploading directly to Google cloud storage buckets using a signer URL, occasion 500 errors are thrown and the advice seems to be retry with some form of exponential back off.

Any ideas what's the best way to ha for a retry when simply upload to an URL?

Thanks in advance

jamesmorgan avatar Feb 07 '20 21:02 jamesmorgan