I have a button while clicking that button I need to get the image file size
function attachPhoto()
{
var path="http://www.w3schools.com/images/pulpit.jpg";// i need to check size of image
}
<input type="button" style="width:30%" onClick=" attachPhoto()" />
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…