我的表格有文件输入控制:
<input type="file" onclick="this.blur()" name="descFile" />
因此,当用户选择文件时,在案文输入箱中显示的道路(浏览器的行为)时,BUT希望我用黑体字发出以下信息:他们选择文件上载,prior to postback。
Is there a way using Javascript to somehow capture the "select" event from file input and display in bold letters below the file input?