Uploading image using GWT

0

I'm developing an application using the GWT framework and there was a need to upload images so they can be saved to a database. I would like someone to show me some example that really works and / or how I should proceed to accomplish this task.

    
asked by anonymous 07.08.2014 / 21:15

2 answers

1

I was able to solve the problem. I used the Apache Commomn libraries. For anyone who has encountered the same difficulty as me, here is the link to the project page. link

    
26.08.2014 / 17:02
0

I recommend using the new features that XMLHTTPRequest2 is bringing. A GWT framework that already encapsulates these features is the Crux Framework, take a look at it: link See the "File Uploader" component: link

    
25.08.2014 / 15:41