jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

Request for improvements on error managment #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We are trying to use your component in a business product.

The upload works fine but we haven't found a way for customizing and 
integrating the error managment on the client side.

It could be useful to be able to override the error management function and 
showin error in a custom and more integrated way.

Ty, jimmy

Original issue reported on code.google.com by luigi.po...@gmail.com on 5 Oct 2010 at 4:42

GoogleCodeExporter commented 9 years ago
Not sure what you mean with a more integrated way.
Anyway, 
- You can provide to the uplodaders your customized IUploadStatus widget 
creating a new one or extending BaseUploadStatus class and override the method 
setError(String).
- You can provide customized and internationalized messages creating your own 
UploaderConstants class and passing it to the uploader with the setI18Constants 
method.

Let me know if these dont match your needs, or send me a patch if you have a 
better idea.

- Manolo

Original comment by manuel.carrasco.m on 29 Dec 2010 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 7 Feb 2011 at 6:33