Hi,
I'm generating an HTML page from a CGI script, and am generating a table with various inputs. Some of these are file inputs, and I want to display file names and paths in them.
However, whatever the VALUE is set to in the INPUT the textbox next to the Browse button remains empty...
e.g.
Any reason why the filename shouldn't be displayed?
Any help appreciated!
Cheers
Loon
I'm generating an HTML page from a CGI script, and am generating a table with various inputs. Some of these are file inputs, and I want to display file names and paths in them.
However, whatever the VALUE is set to in the INPUT the textbox next to the Browse button remains empty...
e.g.
Code:
<TD ALIGN=CENTER><INPUT TYPE=FILE SIZE=15 NAME=SpeFil VALUE="myfile/andpath/here"></TD>
Any reason why the filename shouldn't be displayed?
Any help appreciated!
Cheers
Loon