ESTA SERIA LA FUNCION PARA EL TAMAÑO PERO ME DA UN ERROR:
Código HTML:
function tamano() {
img = document.createElement("IMG");
img.src = document.getElementById("file").value;
img.id = "fotoFinal";
img.style.display = "none";
document.body.appendChild(img);
setTimeout("alert(Math.round((document.getElementById('fotoFinal').fileSize / 1024)*Math.pow(10,2)) / Math.pow(10,2)); ",500);
}
osea siempre me sale un alert con un 0 (cero)