class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Hi, CodeIgniter's native upload library doesn't allow to manipulate images as it is necessary. I have tried to connect a class to CodeIgniter, but have come to grief :-( Whether there is at somebody an experience of such integration? 1) I have remaned class.upload.php to My_upload.php and copied it into application/librires folder 2) try:
Hi. I have tried this code in Codeigniter 3.1.6 however it says https://yadi.sk/i/ad0OmxLT3NhhJZ . Here is library name https://yadi.sk/i/E7Lxf6D_3NhhML . And here is my controller: https://pastebin.com/x2iXKA14Reply
CodeIgniter's native upload library doesn't allow to manipulate images as it is necessary. I have tried to connect a class to CodeIgniter, but have come to grief :-( Whether there is at somebody an experience of such integration?
1) I have remaned class.upload.php to My_upload.php and copied it into application/librires folder
2) try:
But have only errors...
Work fine, thaks for your work :-)