I have an application that has an email dropbox (i.e. users forward emails to my app), and my application needs to save files (email attachments) from the servlet that receives emails to the blobstore. Therefore the app sends URL POST requests to the blobstore. Unfortunately, the requests are limited to 1MB in size. So, please remove this limit at least for requests send to the blobstore. Or a blobstore API could also work: add the data to the blobstore using method calls, this would get around the 1MB limit for requests.
Thanks, Lucian -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
