How can I control the file that is uploaded by PHP with no user intervention?
I know I can use the [input type=”file” ] tag and the php [copy]function to move it to the server. However, the user has to search for the file to be uploaded. Want to be able to call a page like [upload.php? File=MyFile.txt] to upload the file form my ActiveX control which scans documents and/or capture images from various sources. I'm running a linux/php box and rather not use FTP because of security concerns (currently using https).