That is the default. web2py never uplaods to ram. It streams into a
file buffer an then when the upload is completed it moves the file
using shutils.

Something else is causing your problem.

which os? Can you please try with latest version?

Massimo

On Nov 2, 4:11 pm, Phyo Arkar <[email protected]> wrote:
> Anyway to upload the files without holding too much into memory and writing
> to disk every N bytes?
>
> On Wed, Nov 3, 2010 at 3:16 AM, Phyo Arkar <[email protected]> wrote:
> > Hello all;
>
> > If i upload a large file (800 MB) and  closed the browser tab while
> > uploading , it freeze the whole web2py. Anyone have this problem?
>
> > Tried on Local Web2py. Not without using any http server.
>
>

Reply via email to