As part of a web app, once images have been downloaded and rendered on a web page, I need to determine an image\'s file size (kb) and resolution within the browser context (
var img = new Image(); img.src = sYourFilePath; var iSize = img.fileSize;