Can the following be acheived?
I am trying to write a file upload script that uploads a file to a web
server but the file location is in the url
example
url https://www.mydomain.com/fileupload....er\fileabc.xml
can the move_uploaded_f ile() function be used to upload the file
$_GET['file'] to the web server?
Many thanks for any help or advice
Craig
I am trying to write a file upload script that uploads a file to a web
server but the file location is in the url
example
url https://www.mydomain.com/fileupload....er\fileabc.xml
can the move_uploaded_f ile() function be used to upload the file
$_GET['file'] to the web server?
Many thanks for any help or advice
Craig
Comment