View Single Post

  #9 (permalink)  
Old 03-08-2008
mike
 
Posts: n/a
Default Re: PHP-file upload problem and upload_tmp_dir


>> Q1: How do I set the temporary upload file 'upload_tmp_dir' in
>> windows XP.

>
>
> You shouldn't need it, if nothing is set Windows default tmp dir is
> used, which usually saves you a lot of headaches. If you change the
> path in php.ini, and phpinfo() reports it not being set:
> 1) Check wether you have restarted your webserver (I assume Apache?
> httpd -k restart)
> 2) Check phpinfo() for the actual php.ini file used, it might not use
> the one you think.
>


Buy the way I am using windows IIS not Apache (maybe someday)

Mike
Reply With Quote