Posted by Chris on 04/12/06 20:24
We would like to utlize the Move_Upload_File to get a file to another
web server. We are currently using Windows Server 2003 with PHP on
them. However I am sure I have a file permission issue on the
targetted server box (since its going from one box to another), but I
am not sure how to force PHP to use a specific user (since its a subset
of IIS, it almost looks like it uses Anonymous - which will not work
for the scenerio I am looking at that I am aware of).
Any Help would be appreciated - here is a snipet of our code:
move_uploaded_file($_FILES['upload']['tmp_name'],"\\server2\share\directory\$filename")
[Back to original message]
|