Can I upload a file using a PHP script on the server and a link that contains...

CANT_LOGIN

New member
...the local file name? Hello,
Let's say I have a PHP script on my domain www.example.com (www.example.com/upload.php)
I want to upload a local file on my computer "c:\test.txt" to my domain by entering a link on my favourite browser that goes like this: "http://www.example.com/upload.php?filename=c:\test.txt"

Is it possible?
If so can I please have the script for "upload.php" and the correct way of doing it?
 
Back
Top