I think you need to prefix your action path with the servlet context.
Use setAction(GWT.getModuleBaseURL()+"/FileUpload") in your code and
leave the <servlet> entry in your XML as it is.

Then make sure that your servlet is invoked. Use log() and check the
Content-Length header whether it roughly matches the size of the file
you're trying to upload.

On Sep 6, 3:40 am, Yasin koyuncu <[EMAIL PROTECTED]> wrote:
> I think the problem lies on the FormPanel. Because it does not send
> any file to the server side. I dont get any response from the server.
> Maybe this is a java problem. Can someone pls 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