On Thu, Sep 24, 2009 at 3:03 PM, Davis Ford <[email protected]> wrote: > > Yep -- first we tried just reading http servlet request params, and > then we imported commons file upload -- still no luck. > > I breakpoint it and I can also inspect the full HTTP header for the > POST. I don't think the problem is on the server side. The problem I > think is the client code since we are just not posting any content.
Well, you're not going to get the file data out of request parameters. Take a look at this doc on commons-fileupload: http://commons.apache.org/fileupload/streaming.html -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 -~----------~----~----~----~------~----~------~--~---
