c# - ASP.NET: Validate file size (width and height) before upload -


Is there a way to validate image size (height and width) before uploading the image?

I think that using Javascript but I do not know how or maybe some client with ASP.NET validator

Any advice?

This client-side can not be used on JavaScript; You may not use Flash, There will be a file upload component written in the same format that allows files, types, sizes and dimensions to be uploaded by the files they upload.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -