[web2py] Re: downloading to IE& over https

2010-01-24 Thread Anthon
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

[web2py] Re: downloading to IE& over https

2010-01-23 Thread mdipierro
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