> In my shared hosting sites, I often come up against a problem with > uploading files using image uploaders, because the sysadmin locks down > access to the temporary directory. Is there any way to set the temporary > directory in my code so I can have temp files in my own hosting space, > which I have full access to?
I don't think this will work, as this would affect all of the other people using the same CF instance if you could. But if you wanted to try it, look for links that talk about setting environment variables from Java, as that's what you'd be doing: http://stackoverflow.com/questions/318239/how-do-i-set-environment-variables-from-java http://stackoverflow.com/questions/580085/is-it-possible-to-set-an-environment-variable-at-runtime-from-java Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsit ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349420 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

