file upload compress

file upload compress

On my website I want to give my users the oppertunity to upload an image. They can select an image of any size. Before the upload takes place, if the filesize > 200kb, I want to automatically compress/shrink the file to 200kb. Does a jQuery plugin exist which can do the job? (I only discovered automatic resizing the image, which is something else)