I tried adding:
response.headers['Cache-Control']="private"
return response.stream(pdfContents,chunk_size=4096)
based on this thread:
http://groups.google.com/group/web2py/browse_thread/thread/8da2043ec17debd6/4ae69758b19ba426
That solves the issue as well, without the need for p
The only issue I am aware of is in uploading/downloading large files
via https uwing the built-in web server. If you use mod_wsgi you by-
pass the built-in web server and there should not be any problem. Keep
us posted.
On Jan 23, 4:22 am, Anthon wrote:
> I have some problems downloadin a PDF fil
2 matches
Mail list logo