![]() |
how to crop image with jquery using codeigniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: how to crop image with jquery using codeigniter (/showthread.php?tid=66697) |
how to crop image with jquery using codeigniter - harsha - 11-22-2016 Hi, I am new to this codeigniter how to crop image while uploading and save into database Any help would be appreciated RE: how to crop image with jquery using codeigniter - ciadmin - 11-23-2016 AFAIK, image resizing would normally be done server-side as part of handling an upload, for instance using CI's image library. There are jquery plugins for that, but that would be done client-side, and independent of CodeIgniter. RE: how to crop image with jquery using codeigniter - InsiteFX - 11-23-2016 You do not want to save the image into the database, just save the image filename to the database with the url to it. RE: how to crop image with jquery using codeigniter - cartalot - 11-23-2016 i'm going to bump this thread because this is something i need as well. if anyone is using and has good experience with a specific jquery plugin for image cropping please share. |