On 19 mai, 07:22, noob_boy <[email protected]> wrote: > On the server side, how to get the params sent on form submit? > > getParameterMap() should give me all the form params, correct?
No, it only does so when using application/x-www-form-urlencoded. > How do I get the file, I am running it on Google App Engine.. Hence I > cannot use any disk writing classes. http://code.google.com/appengine/docs/java/blobstore/overview.html#Uploading_a_Blob -- 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.
