[web2py] Re: Can't download file with IE8

2010-04-07 Thread szimszon
yes On ápr. 7, 14:50, Timothy Farrell tfarr...@swgen.com wrote: Are you on a HTTPS connection? On 4/7/2010 6:29 AM, szimszon wrote: Hello, I have an Internet Explorer cannot download ...f783273687326762357523675236785237623786.pdf from some domain. Internet Explorer was not

[web2py] Re: Can't download file with IE8

2010-04-07 Thread mdipierro
Are you using 1.76.5 or earlier and the built-in web server? that is known to truncate large files over https. You should now have that problem with the web2py in trunk which uses rocket or if you use another web server. On Apr 7, 8:09 am, szimszon szims...@gmail.com wrote: yes On ápr. 7,

[web2py] Re: Can't download file with IE8

2010-04-07 Thread szimszon
I use 1.76.5 and mod_wsgi... But the question about ssl... hmmm... I'll try some trick with IE8 to accept the cert first :-D I'll report back... On ápr. 7, 16:15, mdipierro mdipie...@cs.depaul.edu wrote: Are you using 1.76.5 or earlier and the built-in web server? that is known to truncate

Re: [web2py] Re: Can't download file with IE8

2010-04-07 Thread Timothy Farrell
IE has a cache problem with HTTPS. I don't use the download function but this would apply if the download function doesn't handle it. I have this in my code in several places: # Die IE! Die! Die! Die! # ( http://support.microsoft.com/kb/323308 ) response.headers['Pragma']=private