I need Clients to upload their images on a form. But the image size shouldn't exceed 20kB. How do i implement this so that the clients need not worry about size. But when it is uploaded it should be <20kB. Reducing image size after uploading to server is OK.
The requirement is 20kb or less (Strictly). So resizing images and hoping for it to be 20kb is not a good idea. I'm already using 'Uploadify'. So solutions related to it would be really great. Thanks in advance guys!!