Click here to Skip to main content
15,888,018 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Validate the Image Size when i upload, using JQuery.

For Example: when i set the Image size, width : 100px and Height : 130px then only allow to upload otherwise said to alert Message.

Regards
Rajesh
Posted

1 solution

Hello,

There is no way to find out the size of a file be it a image or anything via pure javascript and client side only. Modern browser won't allow access to the physical file residing on client's PC, In fact they won't even allow your script to know the real path. However you may be able to do this using little Ajax and JQuery File Upload plugin such as BlueImp[^] or Uploadify[^].

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900