javagwtgwtupload

gwtupload for gwt 2.5.1 costum file upload


I'm trying to use gwtupload library and I'm using gwt version 2.5.1. their download page GwtUpload 0.6.6 library is compatible with gwt 1.6.4, 1.7.x, 2.0.x, 2.1.x, 2.2.x, 2.3.0, 2.4.0, 2.5.0. so no 2.5.1. So it's not possible to use it in my app, or is compatible 2.5.0 enough? Any updates on that ?

When I try to run my app I'm getting an error:

[ERROR] [myApp] - Line 18: No source code is available for type gwtupload.client.SingleUploader; did you forget to inherit a required module?

import gwtupload.client.SingleUploader;

line 18: private SingleUploader uploadFile;

I'm hoping it's another problem than the version of gwt. thx for any help.

The reason I'm needing this library is to costumize my FileUploadForm (Button), so also thx for any new ideas or similar libraries.


Solution

  • As stated from the comments the GWT module file was not configured in order to inherit the gwtupload module.