Changing tmp directory where uploads are stored

When you upload a file through a file field, during the upload the data
is stored in a temporary file, /tmp/CGI[…]

The way my server is set up, there is not very much free space on the /
partition, and in my app I would like to be able to upload large files.
Is there any way that I can change the directory where this temporary
data is being stored?

Is this somewhere in cgi.rb? I’m using mongrel_rails 0.3.13.
thanks,
Will
[email protected]

Will, I have a need to do this same thing, and found your post in the
archive. Did you find a solution?

-Dan

On Aug 19 2006, 6:06 pm, Will [email protected]