Fixed No Uploader Action on failed uploads

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
If there's a problem with an upload, the upload progress bar shows 100% and never finish the upload.

In the js console, you'll see that a error msg is shown and that
Code:
                upload_error_handler: function()
                {
                    console.warn('Upload failed: %o', arguments);
                },
is called.

wouldn't it be pssible to remove here the failed upload progress bar and show an error emssage?
 

Attachments

  • error.webp
    error.webp
    43.5 KB · Views: 25
Top Bottom