Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

FileSize Example

<html> <body> <img id="myImage" src="yourimage.gif"><br> <button onclick="alert(myImage.fileSize);">Image Size</button> </body> </html>