I want to implement Ajax image upload and cropping function On my site. |
You'll probably want to look for a jQuery (or other JavaScript) library which implements most of that functionality for you (preferably one that already works with CI, though that's optional). At that point, you would just need to adapt it to your site's specific needs and CI's upload library: http://www.codeigniter.com/user_guide/li...ading.html
|
Messages In This Thread |
I want to implement Ajax image upload and cropping function On my site. - by Vimal - 04-09-2015, 03:23 AM
RE: I want to implement Ajax image upload and cropping function On my site. - by mwhitney - 04-13-2015, 07:58 AM
RE: I want to implement Ajax image upload and cropping function On my site. - by jasonzig - 04-13-2015, 08:32 AM
RE: I want to implement Ajax image upload and cropping function On my site. - by alkarim - 04-13-2015, 07:58 PM
RE: I want to implement Ajax image upload and cropping function On my site. - by alkarim - 04-16-2015, 02:36 AM
|