I'm trying to upload a file working with a FormPanel and FileUpload on the client side (application using GWT 2.3). Before submitting the method (post) and the action (url) is set. With these two options it's working and the request reaches the servlet in the server side. However, whenever I set the encoding with form.setEncoding(FormPanel.ENCODING_MULTIPART) the request never reaches the servlet. In other browsers like Chrome and FF it's working without any problems, not in the Internet Explorer (7). Has anyone an idea fixing that problem? Thanks.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/kCkEK_Qu9HMJ. 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.
