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. On Thu, Sep 24, 2009 at 3:48 PM, David Durham <[email protected]> wrote: > >> Like I said, the form calls the remote servlet (NOT a GWT-RPC servlet) >> -- this is a standard servlet. I breakpoint in the servlet method, >> and request.getParameters( ) is always null. >> >> The form posts no content. Any ideas why? > > What are you using on the server to parse the multipart request, > commons-fileupload? > > -Dave > > > > -- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
