Entries Tagged as ‘Webapps

CodeIgniter Image Upload and Resize

CodeIgniter Image Upload and Resize

One common thing that most developers will want to do when creating a web application with CodeIgniter is to give their users the ability to upload a profile image. Your code should be able to resize that profile image to the standard size that your design calls for. CodeIgniter provides two great classes to help make this a piece of cake.

The two library classes we will be working with are the File Uploading and Image Manipulation classes. With these two classes and the […]

Continue Reading…