I am in the process of learning how to use the CGI.pm module but can not
find a method that will allow me to simply choose a 'remote' file. I
need to be able to return the value "path+filename" of a file that the
user has browsed to using something like the standard HTML form type:
<P><INPUT type="file" value="filename"></P>
I do NOT want to upload a file using $query->filefield, instead I want
the user to be able to select a file using the standard browse dialogue
and then the CGI script return that selected filename for further use.
Thanks
Nev