<input type="file" /> value值不能预定义
?
例如:<html><head></head><body><table><tr><td>test the file </td><td><input type="file" name="test" value="aaa"></td></tr></table></body></html>要在在文本框中显示aaa
?
?
?