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

MySql variables and php -

php - Laravel - Overriding a resource route into a different route filter group -

url rewriting - How to implement the returnurl like SO in PHP? -