[Zope] errno[28] No Space Left on Device..HELP

Dieter Maurer dieter at handshake.de
Sat Mar 20 17:42:39 EST 2004


... uploading a file ...

saimun cheng wrote at 2004-3-21 02:40 +0800:
>may i know what

It contains the content of the file being uploaded,

>and where

in the directory destined for temporary files.

Read the "tempfile" documentation in Python's Library Reference,
for details.

>is the temporary file and
>what is the path it's stored temporaily

Under Unix, the file is created, opened and immediately
deleted. You will not see it "from the outside".

>so that I know
>what is the space in it?

It contains the file being uploaded thus, you can know its size...

-- 
Dieter



More information about the Zope mailing list