20 Mar
2004
20 Mar
'04
10:42 p.m.
... 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