Under IE8, use jquery1.12.4 to listen to the change event <input type="file" id="logo"/>
Unable to obtain the value.
$('#logo').on('change', function () {
var files = $(this).prop('files');
console.log(files); // undefined
});
歡迎選擇我的課程,讓我們一起見證您的進步~~