Jump to content

Change default temp file upload area


DaveEverFade

Recommended Posts

http://us2.php.net/manual/en/ini.core.php#ini.sect.file-uploads

http://us2.php.net/manual/en/function.ini-set.php

 

PHP_INI_SYSTEM 4 Entry can be set in php.ini or httpd.conf

 

Can't be done via ini_set(), i.e., script-side.  You can use move_uploaded_file() once it's uploaded, but can't help you on pre-upload.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.