|
I know this is a very very old thread, but I figured since it came up in search results others would find this. Since there was no answer (and probably no other good solution other than a Java applet at the time), I figured I'd provide an answer.
To anyone looking to resize an image before uploading there are now great options. In fact, it actually did take several years before a good solution was possible. It was only with the recent version of Flash did this become feasible.
Agile Uploader
www shift8creative.com/projects/agile-uploader/index.html
It will let you resize images (client side) before uploading to your server. This can eliminate the need for things like GD library and such (many cases not all)...but more importantly save you TONS of money on your hosting costs while at the same time accomplishing the goal of the initial post here...That is, any person that can attach an image can upload the image. One need not know how to scale the image in another program on their computer and save it down for web use.
You can even attach the image right off the camera's memory card. It's a great solution and there's only a few tools like this out there right now. Agile Uploader has some great features that others don't.
Last edited by chrishirst; 03-11-2010 at 07:54 PM..
|