forum

Home / DeveloperSection / Forums / How to implement image size validation in jquery?

How to implement image size validation in jquery?

Anonymous User 1094 19-Mar-2018

Hi,

I want to apply image size validation on image upload with the help of jquery.

Here is my code:

<div class="col-md-6">
        <label for="imageUpload">Upload Your Image</label>
        <input name="ContentImage" id="ContentImage" type='file' onchange="readURL(this);" style="background: none" />
</div>

Please give me some solution to achieve this task.


Updated on 19-Mar-2018
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By