I’ve been looking for a simple MODx gallery solution with client-side resize before upload. There should not be anything to install on the client-side, apart from Java or Flash.
I haven’t been able to find any solutions for MODx, am I not looking hard enough?
The reasons for using client-side resize instead of server-side resize are:
- Multi megapixel images are too big to resize with PHP (memory constraints).
- Reduce upload time
- I can’t expect my users to do the resize before the upload themselves
I’m considering creating a solution using
Jumploader, it is the best solution I’ve been able to find. But if I could find something open source I would prefer that.
AFAIK it has to be a Java applet or Flash 10 i you want to resize client-side before upload. And the Flash solutions I’ve found doesn’t seem mature, and since I’m not a Flash or Java developer, it has to be pretty stable.
Any thoughts on this?