How to set initial value of file form field. If I set <input type="file" name="file" value="something" /> , the value doesn't appear on screen.
Most browsers do not support such a feature, but I believe Opera does and it's implemented in the way you describe.
In fact, I've never though of initialize for file input. How can you know what file users have in their computers?