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 Link to comment https://forums.phpfreaks.com/topic/8428-uploading-file-across-network/ 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/ Link to comment https://forums.phpfreaks.com/topic/8428-uploading-file-across-network/#findComment-30893 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.