[Zope] Where does Zope store HTTP file uploads?

Michel Pelletier michel@digicool.com
Wed, 19 Jan 2000 10:56:49 -0500


> -----Original Message-----
> From: Farzad Farid [mailto:farzy@via.ecp.fr]
> Sent: Wednesday, January 19, 2000 10:26 AM
> To: Zope@zope.org
> Subject: [Zope] Where does Zope store HTTP file uploads?
> 
> 
> When I do a file upload to a Zope method where is the temp file stored
> on the server? /tmp, /var/tmp, or the directory containing Data.fs?

Wherever the python tempfile module puts files.  We don't explicitly try
and handle the tmp file creation.

-Michel