为了在 IE 中验证图像,我使用此代码
var pic = document.getElementById('photo').value;
$('#image').attr('src',pic);
var imgbytes = document.getElementById('image').fileSize;
但是 imgbytes 一直在返回 -1。为什么会这样?
为了在 IE 中验证图像,我使用此代码
var pic = document.getElementById('photo').value;
$('#image').attr('src',pic);
var imgbytes = document.getElementById('image').fileSize;
但是 imgbytes 一直在返回 -1。为什么会这样?