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)
<ikai.l+gro...@google.com<ikai.l%2bgro...@google.com>
> wrote:

> No. You will be able to upload large files to the blobstore.
>
> On Mon, Sep 13, 2010 at 6:54 AM, Lucian Baciu <lucianba...@gmail.com>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
>> google-appengine-j...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
>> .
>> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to