Re: GWT SingleUploader gets stuck

2020-06-30 Thread ahmdt
Thanks very much. I was using it because it allows me to modify the uploaded file name from the client's side. Is it possible to do that using FileUpload? On Tuesday, June 30, 2020 at 5:27:47 PM UTC+3, Colin Alworth wrote: > > It looks like this isn't part of GWT itself, but an external

Re: GWT SingleUploader gets stuck

2020-06-30 Thread Colin Alworth
It looks like this isn't part of GWT itself, but an external library. Here's a stackoverflow post i found from a few years ago that seems to address your issue: https://stackoverflow.com/questions/31424639/gwt-error-when-uploading-file-with-singleuploader It looks like the project might live

GWT SingleUploader gets stuck

2020-06-30 Thread ahmdt
When I upload a file using SingleUploader or MultiUploader, the file gets uploaded but the uploader's progress bar gets stuck at 0% for a very, very long time. When I try to upload a second file in the same session, I get this message: > There is already an active upload, try later. > >