Posted by Jason Wong on 10/20/84 11:13
On Friday 15 April 2005 02:11, Reynier Perez Mira wrote:
> I'm try to change de value for the PHP config var upload_tmp_dir with
> objetive to make an file upload an access more easy to superglobal
> array $_FILES['fichero']['tmp_name']. Into my php file just in the
> start I have this:
>
> ini_set("upload_tmp_dir","C:\\PHP5\\tmp\\");
You can't do that. That has to be set in php.ini.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
New Year Resolution: Ignore top posted posts
[Back to original message]
|