|
Uploading files problem on Win98
I have 'slight' problem. I wrote script for uploading files. Problem is that script works under IIS4 and Apache (WinNT), but it doesn't work under Win98 (both Apache and PWS).
Error is on the line copy ($Picture , $DestinationFile) where $Picture is POST FORM variable, and $DestinationFile is just what it says. Script reports warning that it can't find file (e.q. 'c:\\temp\\php2'). Mystery is that this file exists during script execution (I followed disk activity with filemon form www.sysinternals.com).
Desperately need help :(
|