With form input types of "file" can you not enter a value?
I can <CFOUTPUT> an query variable and it will display on the page, but if I
try and put the variable in the context of a filefield, it will not display
ex.
<TD>
<input type="file" NAME="file_name" value="#query.file_name_1#">
</TD>
</TR>
It just won't display the value in the text field of the file box.
JK
I can <CFOUTPUT> an query variable and it will display on the page, but if I
try and put the variable in the context of a filefield, it will not display
ex.
<TD>
<input type="file" NAME="file_name" value="#query.file_name_1#">
</TD>
</TR>
It just won't display the value in the text field of the file box.
JK