(Oct 17th, 2011, 8:46 PM)dethompsOWU Wrote: What is the "upload_tmp_dir"? On my FormTools installation, there's an "upload" directory, but that's it...maybe I'm missing that other directory or something?
That's a php.ini setting. It defines the temporary file upload folder for file uploads; it needs to be a valid, writable folder in order for file uploads to work. See:
http://www.php.net/manual/en/ini.core.ph...ad-tmp-dir
[EDIT: It seems unlikely that that would be the cause on your installation though... a little too coincidental. But to check, create a PHP file with phpinfo(); in it and look for that value.]
- Ben