Search code examples
phpimageuploader

Website image compression


I am currently working on a website which needs images to be uploaded. I have seen some standard image uploading tools which work well, but I am looking for one that compresses on the client side before the upload has been done.

I have looked at a view, but none seem to suit. Can anyone recommend a web based client side image compression tool?

Thanks

~ Kyle


Solution

  • Take a look at http://www.plupload.com/. It will resize images and chunk them so your server can handle them. I don't think it will actually compress them but this might solve your problem another way.