Dunk Fordyce wrote:
> Hello,
> 
> When uploading files to my pylons app files are being put in /tmp. Is it 
> possible to change this location? Im not 100% sure if this is a pylons 
> thing or an apache setting ( or maybe even mod_wsgi? ). Unfortunately 
> the /tmp dir on our server is mounted on quite a small partition.

I think the cgi module actually saving those files, and it is probably 
just using tempfile or something which has its own mechanism to figure 
out the temp dir (and I don't really know what it is).  If you look at 
the source there might be an environmental variable or something that 
you can set to control that.

-- 
Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to