I'm trying to upload a file by specifying it in the URL directly:
http://myserver/index.php?filename=c:\temp\text.txt
How can I go about doing this? I have tried a onload form submit, but this seems to go into a loop.
I wrote a application that takes an uploaded csv file, and then compares values against a reference database. Now, there are a request to upload files directly via another application.
http://myserver/index.php?filename=c:\temp\text.txt
How can I go about doing this? I have tried a onload form submit, but this seems to go into a loop.
I wrote a application that takes an uploaded csv file, and then compares values against a reference database. Now, there are a request to upload files directly via another application.