i uploaded image into database.but i want to restrict if images having more size(width & height) before uploading into database. could any please give information regarding this
find the size(width & height) of the image before uploading C#
Collapse
X
-
Have you seen the System.Drawing. Image Class? It has properties for determining the dimensions of images and much more.Originally posted by gopimi uploaded image into database.but i want to restrict if images having more size(width & height) before uploading into database. could any please give information regarding this
If you're developing an ASP.NET Web Application, this article might also be helpful to you.
-Frinny
Comment