vue-upload-component
                                
                                
                                
                                    vue-upload-component copied to clipboard
                            
                            
                            
                        How to handle retry of failed upload (PUT)?
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