hitesh Posted July 3, 2007 Share Posted July 3, 2007 I want to Copy a file from C:\DOCUME~1\LOCALS~1\Temp folder of client machine to a SErver. I dont know the function which will go to C:\DOCUME~1\LOCALS~1\Temp and pick the file. HOw can I get to this location, because it varies from client to client machine. Can some one help me Link to comment https://forums.phpfreaks.com/topic/58213-php-code-to-copy-a-file-from-cdocume~1locals~1temp/ Share on other sites More sharing options...
trq Posted July 3, 2007 Share Posted July 3, 2007 HOw can I get to this location, because it varies from client to client machine. You cannot copy a file from the client, period. Link to comment https://forums.phpfreaks.com/topic/58213-php-code-to-copy-a-file-from-cdocume~1locals~1temp/#findComment-288658 Share on other sites More sharing options...
hitesh Posted July 3, 2007 Author Share Posted July 3, 2007 I want to uplaod a file from my LOCAL machine to Server. I know that can be done. Now the File location is Dinemic, because its in a Temp folder of any client who is trying to upload the file. So I just wanted to know the exact location of any clinet's Temp folder thru PHP code or function.. How can I do that? Link to comment https://forums.phpfreaks.com/topic/58213-php-code-to-copy-a-file-from-cdocume~1locals~1temp/#findComment-288682 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.