CodeIgniter Forums
I want to implement Ajax image upload and cropping function On my site. - 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: I want to implement Ajax image upload and cropping function On my site. (/showthread.php?tid=61334)



I want to implement Ajax image upload and cropping function On my site. - Vimal - 04-09-2015

Hi, Every one i want to implement ajax image upload and croping system on my web site just like facebook. I never done this kind of work before. Please guide me how can i work with CI3.0.and jquery.. please Confused


RE: I want to implement Ajax image upload and cropping function On my site. - mwhitney - 04-13-2015

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/libraries/file_uploading.html


RE: I want to implement Ajax image upload and cropping function On my site. - jasonzig - 04-13-2015

Hello Vimal,

Take a look at this Dropzone + Codeigniter sample to see if it appeals to you: https://arjunphp.com/drag-drop-file-upload-dropzone-js-codeigniter/

I found it very quick to implement on a recent project.


RE: I want to implement Ajax image upload and cropping function On my site. - alkarim - 04-13-2015

You can get some idea from the following two links.File upload with codeigniter.

http://developer-paradize.blogspot.in/2014/06/how-to-upload-files-with-codeigniter.html

http://carlofontanos.com/ajax-multi-file-upload-in-codeigniter/


RE: I want to implement Ajax image upload and cropping function On my site. - alkarim - 04-16-2015

could you please be more specific about the question.(a model example wii be great)