Hi: 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\\");
The directory exists because I made it's after. What's wrong?
Reynier P�rez Mira
3ero. Ing. Inform�tica
Entre m�s inteligente me siento, m�s me doy cuenta de lo ignorante que soy.

