0

I am new to GWT.

I am trying to Upload a file. I need the data and the name of the file on the server side. the file is doc type and can be of size more then 1 MB to 5MB.

Plz suggest me How to do it. any sample code will be of great help.

GameBuilder
  • 1,169
  • 4
  • 31
  • 62

1 Answers1

2

There is a really nice little libary called GwT-UPLOAD: http://code.google.com/p/gwtupload/

There is a quick start guide here: http://code.google.com/p/gwtupload/wiki/GwtUpload_GettingStarted

WookooUK
  • 156
  • 9
  • This GWT-UPLOAD Is uset to upload Images not the text file. I want to only .doc or .txt n the size is Greater then 1 MB. – GameBuilder Mar 08 '12 at 10:43
  • 2
    *"GWTUpload is a library for uploading files to web servers"* that means any file, not just images, this is a correct answer. –  Mar 08 '12 at 14:03