Hi gang,
I'm having a hard time trying to get a FileUpload form working. The
basics of setting up the form seem straightforward enough, but I can't
seem to get any activity on the back end. To complicate matters, I'm
adding this form to a legacy application written using Struts2. So, we
are using the Struts2 GWT Plugin. As far as I can tell, I've got all of
my i's dotted and t's crossed. My most recent exception is:
2009-10-27 12:20:20,097 [3180...@qtp-22909531-2] ERROR MultiPartRequest
- Unable to parse request
org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed. null
at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:367)
...
Caused by: org.mortbay.jetty.EofException
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:319)
Can anyone point me to an example of how this should work using Struts
controllers?
Thanks,
Dave
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---