Hi there, I use the blobstore to upload big files on App Engine.
This works fine. I would like to use the queryString to get some additional information provided by the client when it started the upload. I can't because the queryString that I get in HttpServletRequest.getQueryString() in the handling servlet that gets called back at the end of upload is null This looks weird to me because the url that gets written in the server log for this same request is correct (i.e contains the additional infos provided by the client) a) Can somebody confirm that it also gets a null string in queryString after the upload ? b) is that supposed to be the normal behavior or should I open an issue ? thanks in advance didier -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
