I'm looking for a solution that could enable me to upload a file from a users desktop computer to a server by supplying the path of the script (ie. C:\text.txt).
Now I know this is easily accomplished using the
[INPUT TYPE="FILE" NAME="uploaded_file"] browse method in a webpage but I am looking for a way to do it w/out the file browse method.
I know this is a long shot.
Thanks,
Clem C
I am not sure I understand you correctly.
If you want to access file on the user's machine from a remote Perl script - then it's impossible.
If you want your users to run a perl script on their computer (without the browser) then you could do this with help of Net::FTP [search.cpan.org].