On Sat, Sep 14, 2013 at 12:16 AM, Max Power <[email protected]> wrote: > > ich have a form panel with a FileUpload: > after i submit the form, the servlet gets a request but with a post error > >
Are you mapping the file upload directly to a servlet? It's better if you use the Blobstore's file upload handler to accept and store uploaded files. See https://developers.google.com/appengine/docs/java/blobstore/#Java_Uploading_a_blob ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
