Client-side Image Resizing

Client-side Image Resizing

I have a UI-based image upload app that currently loads files to a web server for resizing before dropping them in permanent storage.

Does anyone know of a library or plug-in that supports client-side image resizing to (1) help with image upload time and (2) reduce server-side processing load?

Thanks!