Humm, Im not sure this would work but maybe you could use a transfer or send redirect to do the upload since the blob store upload URL is within your app.
On Sep 13, 3:08 pm, Lucian Baciu <[email protected]> wrote: > What I meant is actually send POST requests using the URL Fetch API to the > blobstore. I've done a test and the request limit does apply :( so I can't > send files larger then 1MB in size. > My app has a dropbox servlet (i.e. users send emails to the app with > attachments) and my app saves these attachments to the blobstore, this is > the reason why I need to call the blobstore service from a servlet. > So it would be so great if you would remove this limit at least for requests > send to the blobstore or offer some other way to archive this. > > Thank you, > Lucian > > On Mon, Sep 13, 2010 at 9:58 PM, Ikai Lan (Google) > <[email protected]<ikai.l%[email protected]> > > > > > wrote: > > No. You will be able to upload large files to the blobstore. > > > On Mon, Sep 13, 2010 at 6:54 AM, Lucian Baciu <[email protected]>wrote: > > >> Does the 1MB request limit listed here: > >>http://code.google.com/appengine/docs/java/urlfetch/overview.html > >> apply to upload requests send to the blobstore as well? > > >> Thanks, > >> Lucian > > >> -- > >> 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]<google-appengine-java%2B > >> [email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/google-appengine-java?hl=en. > > > -- > > 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]<google-appengine-java%2B > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. -- 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.
