Wondering if its possible to do a file upload by already having an upload PHP script, but it only processes when passed variables/parameters through URL. for example
https://example.com/upload.php?localdesktopfile=<somefile>&&otherdetails=<details>
etc. I don't know what this process information passed with the URL is called as i 've never done it when using PHP, but I was wondering if its possible this way and if any examples or code can be provided for me to parse and configure as well.