Assuming I have an img tag with src to some image. The browser sends HTTP GET request and in the response I get some image file. Can I get the size of this image file in bytes? What about other objects?
Asked
Active
Viewed 49 times
0
-
http://stackoverflow.com/questions/4552369/how-to-get-image-size-in-bytes-using-javascript - how about this? – Ginden Apr 23 '14 at 23:42
-
1And also: http://stackoverflow.com/questions/1310378/determining-image-file-size-dimensions-via-javascript – Djizeus May 02 '14 at 16:38