Hello
I have a upload box which is used to upload image. I want to restrict the user to upload a particular sized image. Such as, user can't upload a image which is larger than the allowed width, height. If someone tries to select such, then i want to show him a message on client side using javascript before uploading the image.
So can you have some idea regarding this. I am using the following tools for my project
- Codeigniter
- Jquery
thanks in advance.