Can I make a request for features in future relases:
More image upload native functions:
Resize Image: Fixed with or height and keep aspect ratio
Rename Image: If filename conflict (already exists)
Thanks
Thanks for the suggestion. I'll definitely look for these features in future builds.
Thanks …. We find they are features needed on a regular basis so would be good to have an easy solution built in 😉
Rename if exist feature is incorporated in lib now.
You can decide what to do when file already exist:
// prompt error
$col["editrules"] = array("ifexist"=>"error");
// rename file e.g. file_1,file_2,file_3 etc (default)
$col["editrules"] = array("ifexist"=>"rename");
// override file
$col["editrules"] = array("ifexist"=>"override");
One can get latest build update by emailing me.
The Resize image function can be incorporated by using on_update event with the help of phpthumb lib.
http://phpthumb.sourceforge.net