gwtupload icon indicating copy to clipboard operation
gwtupload copied to clipboard

GwtUpload & JsUpload: File Upload Progress with pure javascript and html5

Results 23 gwtupload issues
Sort by recently updated
recently updated
newest added

The uploader gets stuck on an infinite loop in some browsers and in Chrome just fails to upload with the following error locally and also in production (local example below):...

When trying to submit a file for the first time, the upload session is null. Then the code tries to create a new session ``` if (session == null) {...

It is not possible to use more than one `FileInputType.CUSTOM` (it's a modifiable singelton) **Reproduce:** ``` java AddButton a = new AddButton().withRandomId(); FileInputType fileInputType = FileInputType.CUSTOM.with( a ); MultiUploader mu1...

If an exception occurs during upload operations the client always triggers a Window.alert() which cannot be avoided. When developing an application, all messages returned to users are usually consistent with...

gwtupload-gae uses the Google App Engine deprecated Files API. This API will be permanently removed from App Engine on August 4th, 2015. All references to com.google.appengine.api.files should be removed or...

I have a GWT application which has an upload feature, and it works fine with gwtupload However, it doesn't work after I setup Activities and places framework. It gives the...

The blobstore uploader does not work correctly after being deployed on app engine. For the record it works well on the test server. The url returned by the upload service...

Having Issues while working with a `MultiUploader` whichs autosubmit is set to true. Sometimes the Upload starts correctly and sometimes it wont even notice that the User has selected a...

I use Tomcat 8 with Apache and in a reverse proxy configuration. When I tried to upgrade GWT to 2.7.0 with corresponding version of GWT Upload, I got many errors...