This is essentially how the blobstore works

http://code.google.com/appengine/docs/python/blobstore/

http://code.google.com/appengine/docs/java/blobstore/


On 30 January 2011 00:44, Lee <lee.a.conn...@gmail.com> wrote:
> What is the equivalent of using x-sendfile for serving static files?
> I would like to secure files by requiring the user to login to my app
> and would like to send that file once all requirements are met.  I am
> use to using x-sendfile to have the frontend server handle this which
> is a more efficient way to handle file serving and prevents anyone
> from directly accessing the url. What is the proper way of doing this
> with google app engine?
>
> --
> 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.
>
>

-- 
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