I am using 1.99.1 and it happens to me frequently. If download is big ( for my case > 100,200 MB) it usually end up with corrupted file. Tested on Local wifi network with 300 Mbps.
On Wed, Jun 15, 2011 at 4:21 PM, Stefan Scholl <stefan.sch...@gmail.com>wrote: > Is nobody else experiencing this problem? Is nobody using Internet > Explorer to download more than 64KiB from a web2py app? > > > On 6 Mai, 13:03, Stefan Scholl <stefan.sch...@gmail.com> wrote: > > The classicdownloadfunction: > > > > defdownload(): > > return response.download(request, db) > > > > I'm developing on localhost (127.0.0.1, no SSL) and one strange thing > > happened: Downloads in IE8 (Windows XP) were all corrupt/broken if > > they weren't below 64KiB in size. Very easy to see with large images. > > > > Using a higher value for the argument 'chunk_size' solves this > > problem, up to this new maximum. > > > > web2py 1.91.6 >