def serve():
filename=request.args(0)
response.headers['ContentType']="application/octet-stream";
response.headers['Content-Disposition']='attachment;filename='+filename;
path=os.path.join(request.folder,"static","videos",filename)
return response.stream(path)
Download
It's wo
Retrfit android and web2py backend Rest service.is there anyone can show me for
samples?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received thi
Can i change web2py json to
[{ }] instead of content[{}]
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscr
i want to creat chatting application with json. Can i use tornado websocket
with web2py(something like websocket_messaging.py )? or should i only use
Tornado
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code
4 matches
Mail list logo