Home > Q&A > body text
Under IE8, use jquery1.12.4 to listen to the change event <input type="file" id="logo"/> Unable to obtain the value.
<input type="file" id="logo"/>
$('#logo').on('change', function () { var files = $(this).prop('files'); console.log(files); // undefined });
我想大声告诉你2017-05-19 10:18:37
Try this.files directly
Home
Course
Q&A
My