I have this code:
<input type='file' name='file' size=40 value= "<?php echo $link; ?>">
The problem is that the value isnt shown. I tried to write a simple value such as:
<input type='file' name='file' size=40 value= "C:\file.doc">
but nevertheless it isn't shown in IE.
I have no problems with other input types, but it seems that 'file' type doesn't work such way...:/
Any ideas why?