You can create another servlet for file upload in the same Web
application.
I have another  servlet that I use to create PDF files, so I know this
works.
Make sure you configure your new servlet, and your servlet URL mapping
in your web.xml file.  Then make sure you post your data to the new
Servlet URL.

Mike.


On Aug 19, 3:52 am, eddy88 <[email protected]> wrote:
> hi, i have a problem with gwt project. i write my first web
> application in gwt. my application should permit a client to send a
> file to a server. i see the fileUpload e gwt Upload but i'm not able
> to send file. i have the class that extends remoteserviceservlet that
> have various methods that i write that work. in this class i override
> the method dopost, to send a file? i try but this not work.
> or i just create a servlet in the package of server and this servlet
> receive the file sent by client. i try in this way but nothing. please
> help me

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to