I am looking to create a system which on signup will create a subdomain on my website for the users account area.
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
I am using jQuery 1.7.1.
After an image loads in the browser window, I want to retrieve its total byte size. Is there an object name / value for that?
I don't think this is possible. You'll probably need a server-side language.
ReplyDeleteNo, there is no way you can get the image size using jQuery or pure JavaScript. The only way is to get it from server side using ajax.
ReplyDeleteYou can get the image url send it to a service or server side page and have to page or service return the image size.