Search code examples
javagwtservletsgwt-rpcgwt2

How to Upload a file in GWT


I have to Upload a file which can be of type , Doc, text. The Size of the File is more the 1 MB.

I need the name , size , and the data of this file on sever side so that i can process it further.

How to do it? What libaries i use for this. Any sample code will be of great help.


Solution

  • Checkout Basic File upload in GWT

    Refer this also : An Example