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

Reply via email to