The Core

Why We Are Here => Web Development => Topic started by: BoL on July 10, 2011, 09:05:46 PM

Title: Useful Script: Optimizing Images Client Side
Post by: BoL on July 10, 2011, 09:05:46 PM
I've been tinkering with this script http://www.shift8creative.com/projects/agile-uploader/index.html ... very customisable and is plugged into JQuery

Very handy for users uploading photos who otherwise might be sending you 5 MB photos that are going to get shrunk server-side anyway.

Title: Re: Useful Script: Optimizing Images Client Side
Post by: Rooftop on July 11, 2011, 11:51:22 AM
That is a stroke of genius.  finally a pretty robust solution to stop idiots complaining about slow scripts when they upload snaps from their 25mp cameras.

Can see us using this a lot.  I have just sent it on to one of my developers to convert to a zend framework plugin.  Thanks. :)   
Title: Re: Useful Script: Optimizing Images Client Side
Post by: Rumbas on July 11, 2011, 12:54:36 PM
>to convert to a zend framework plugin

Uh! Sounds REALLY interesting. Wanna sell a copy once he's done? :)
Title: Re: Useful Script: Optimizing Images Client Side
Post by: Rooftop on July 11, 2011, 01:20:12 PM
No problem.  You can have it once done.  Not sure how big the dev queue is at the moment, but I'll pop a link back here when it is done. 
Title: Re: Useful Script: Optimizing Images Client Side
Post by: BoL on July 11, 2011, 04:01:21 PM
>pretty robust

Yep... it seems easy enough to customise, the PHP script accepting the files needs to be worked on but the client-side stuff is fine.

There are a couple more out there that include the flash source files but this particular one seemed to be the most well-rounded solution.