Ie8 - Input (type="file") Get Files
I have a problem with input (type='file') in Internet Explorer (I have tested only in 8). HTML JS (http://
Solution 1:
Internet Explorer 8 does not support multiple files. This has been already discussed here. You can at least get the filename via e.target.value
.
Post a Comment for "Ie8 - Input (type="file") Get Files"