Le 31/01/2012 07:38, nick name a écrit :
Almost surely the same problem discussed in this thread:
https://groups.google.com/d/msg/web2py/1_b63bhBeQs/sYFbXNJL8D4J
It looks like the problem is with IE8 in this thread ?
Tried to set the content-lenght header but I miss something:
response.headers = {'Content-disposition:': 'attachment;
filename=chimitheque_db.tar.gz',
'Content-Length:':
os.stat('my_filename').st_size/8,
'Content-type:': 'application/gzip'}
The server response is not correct. I run the last 1.99.4 stable version.
I will try with Python 2.7...