Hi, I would like to upload content using a "plain" http POST command sending images or other content. The only supported way to upload content >10MB is BlobStore, but this can only handle data encoded as multipart/form-data?
Why is such a restriction enforced and even for a payed service? I tried to workaround by implementing a servlet filter that wraps a request in a multipart/formdata request. This works well on the dev server, but any kind of filter on /_ah/upload immediately results in a 500 server error in the productive server. I also would be happy to provide my own upload servlet. But the only one that is not limited by the 10MB request size is /_ah/upload. Is there any known workaround or a chance to change this? I hardly can imagine that I am the only one wanting to store content independent of an html form in the app engine.... Thanks for any advice. -- 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.
