kiat has asked for the wisdom of the Perl Monks concerning the following question:
The html code to create a 'Browse' button is as follows:
<INPUT TYPE="FILE" NAME="textfile" SIZE="20">
What sort of code is needed in the perl cgi to interact with the file once it is selected? I am quite familiar with 'use CGI' but have absolutely no idea about the kind of code needed to access a file (probably a text file) from the user's harddisk.
Please advise.
kiat
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: access file in harddisk through a web page...
by Asim (Hermit) on Nov 09, 2001 at 19:33 UTC | |
|
Re: access file in harddisk through a web page...
by Fastolfe (Vicar) on Nov 09, 2001 at 21:19 UTC |