Hello,

I have a web app that accepts requests, and based on the request it builds 
a zip file.  How can I get web.py to yield this file?

I tried something along the lines of

def GET(self):
    return open('/path/to/file')

But that doesn't work, and is probably not even close to the right 
direction to go.

Any advice?

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/webpy/-/5YESB3A6PLMJ.
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/webpy?hl=en.

Reply via email to