[Zope] LocalFS and mega-uploads
Dieter Maurer
dieter@handshake.de
Tue, 15 Jan 2002 20:56:37 +0100
larry_prikockis@NatureServe.org writes:
> ...
> I've tried a number of different experiments (including using the upload
> code kindly provided by Jim Penny above) with large files (my current test
> case is a 170 Meg .ZIP file) and generally gotten the same frustrating
> results. Here's the traceback I get (after a minute or so of churning away
> at the process)
>
> ----------
> Error: [Errno 28] No space left on device and Traceback (innermost last):
> ...
> File /home/zoper/Zope-2.4.1-linux2-x86/lib/python2.1/cgi.py, line 677, in
> read_lines_to_outerboundary
Your temporary file system, usually "/tmp", "/usr/tmp" or "/var/tmp"
overflows.
Dieter