0

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!!

enemetch
  • 492
  • 2
  • 8
  • 21
  • http://stackoverflow.com/questions/16423551/in-php-set-limit-to-the-size-of-the-image-in-mb-or-kb – iswinky May 12 '14 at 07:34
  • You could reduce the size (width/height) or increase compression rate depending on the format you're using. – user2959229 May 12 '14 at 07:34
  • use any image resizer to resize the image and reduce its size – Alireza Fallah May 12 '14 at 07:35
  • @user2071225: I want to accept whatever the file client uploads and then resize it myself (server side ofcourse!). Dont want to display "File size too large" to them. – enemetch May 12 '14 at 07:52

0 Answers0