Thx for reply. I already tried "setAction(GWT.getModuleBaseURL()+"/
FileUpload")", but nothing chaged.
Now I will try log() but I 've never done this before. Can you please
tell me how to do it. I am kinda new to
this. Btw I am now testing to get a response from the server side with
this :

response.getWriter().write("File uploaded successfully.");

But still I get nothing. I tried this on older versions of GWT. I
thought first maybe this has something to do with
Windows and I tried it on Linux to see what happens. But it is still
the same. I don't know whats wrong. I don't even
get any error message so I can't really know what the heck is going
on. This file uploading is important for me. And I
 am beginning to loose my hope :(.


On 6 sep, 03:55, Folke <[EMAIL PROTECTED]> wrote:
> 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