![]() |
Use upload librairie with generated picture - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Use upload librairie with generated picture (/showthread.php?tid=70789) |
Use upload librairie with generated picture - Tibok - 05-30-2018 Hi, I use upload librarie to send my picture on database/folder, and it work fine. Now, i juste jquery cropper (Croppie.js) and recieve the data of image in data64 format. I want to know, how use Upload Librarie with data64 img in input type text ? I try (controller just under) to define my picture generated ($img_handler) on the do_upload function. (But its dont work). I juste want to recieve my picture on data64 format and use librarie upload to encrypt, upload_path... Do you have solution ? Thanks! Code: public function addBand() |