Have you tried the http range header?  The other side would have to
understand it which is unlikely for dynamic content, but it is the
only option I could see working.

Run this in a loop, giving the correct bytes:

result = urlfetch.fetch(url=url,
                        payload=form_data,
                        method=urlfetch.POST,
                        headers={'Content-Type': 'application/x-www-
form-urlencoded','Range':'bytes=0-1000000'})



On Sep 25, 3:09 pm, Joshua Smith <joshuaesm...@charter.net> wrote:
> Oh.  I thought you meant the 1MB limit on downloads OUT of your app.
>
> No idea about URL Fetch API, haven't use it...
>
> On Sep 25, 2009, at 9:54 AM, Prashant wrote:
>
> > what do you mean by storing files on Amazon? i am talking about URL  
> > Fetch api limit ...
>
> > On Fri, Sep 25, 2009 at 6:55 PM, Joshua Smith <joshuaesm...@charter.net
> > > wrote:
>
> > Store the files on Amazon S3.
>
> > If you need to generate the content dynamically, you're out of luck.
>
> > On Sep 25, 2009, at 9:21 AM, Prashant wrote:
>
> > > Hi,
>
> > > I want to fetch urls having more than 1mb response size. is there
> > > any way to get around 1 mb response size limit?
>
> > > thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to