PWD Posted April 26, 2006 Share Posted April 26, 2006 Maybe I missed something basic, but do I need to set anything special in my php.ini to upload a file from our webserver to our file server across the network? I have given the anonymous web user account write access to the folder, mapped the network drive and have the following in my script:[code] $filedestination = 'Z:/www/folder1/'; /* The 'Z:/' drive being my network drive */[/code]Running the following:1) php 4.4.22) Windows 2000 Server Quote Link to comment Share on other sites More sharing options...
shocker-z Posted April 26, 2006 Share Posted April 26, 2006 where is the rest of your code? you will need to copy/move the file to Z:/www/folder1/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.