I use php 5 on IIS 6.
I change upload_tmp_dir and restart IIS.
From phpinfo():
upload_tmp_dir 'D:\php\tmp'
But, if I print $_FILE:
["tmp_name"]=string(26) "C:\WINDOWS\Tem p\php1CA.tmp"
I want to change the upload dir of tmp file...
Any suggestion?
Thanks,
Alberto
I change upload_tmp_dir and restart IIS.
From phpinfo():
upload_tmp_dir 'D:\php\tmp'
But, if I print $_FILE:
["tmp_name"]=string(26) "C:\WINDOWS\Tem p\php1CA.tmp"
I want to change the upload dir of tmp file...
Any suggestion?
Thanks,
Alberto
Comment