2

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.

NewCodeLearner
  • 738
  • 3
  • 14
  • 38
  • I have asked similar question before: http://stackoverflow.com/questions/7086114/how-can-i-generate-a-file-in-remoteserviceservlet-and-send-it-to-a-user. There are probably no easy way, so I have chosen JSF to create this part of App. – Damian Mar 08 '12 at 13:29
  • @Damian Can you please provide the sample code to understand what you did. – NewCodeLearner Mar 08 '12 at 14:36

1 Answers1

2

Checkout Basic File upload in GWT

Refer this also : An Example

Community
  • 1
  • 1
Hardik Mishra
  • 14,779
  • 9
  • 61
  • 96