In Chrome (37), Firefox (31), and Internet Explorer 11 the first time you open a file using file input
<input type="file" name="test" />
There is a significant delay before the file name appears on the screen. Using IE9 / 10, the file name is displayed immediately, as in the case when file input is used at other times with other browsers.
Example - JSFiddle
Is there a reason for this behavior change and can it be fixed?
source
share