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.
Plz dont suggest gwtUpload. My File size is more then 1 MB.
gwtUpload doesn’t support more the 512 Kb.
You should use
a forminstaed ofgwtUploadclass. See this related topic:Basic File upload in GWT
Itt will help.