aymenhs / gxt-multi-upload

Automatically exported from code.google.com/p/gxt-multi-upload
0 stars 0 forks source link

FileUploadSucceedListener with JSON Result #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After uploading a file, you can currently only use the 
FileUploadSucceedListener Interface that returns, the origin filename as string.

What we need, is to access the JSON object completely (beacuse we generate 
temporary filenames on the servlet), not only the filename.

So it woulkd be nice to have also an:

void onFileUploadSucceed(FileUploadItem item);

Original issue reported on code.google.com by pjsb01...@googlemail.com on 18 Sep 2012 at 3:10