CodeIgniter free upload helper

by krike in Freebees / PHP classes on 18 May 2010

For one of my projects I had several pages where people could upload images or other files. Now knowing that OOP has as purpose to limit the code and make the same back-end code available for different functionalities. I created an upload helper file for CodeIgniter. This helper file should allow you to create your [...]

Continue reading →

php upload script

by krike in PHP & MYSQL / Tutorials on 19 Aug 2009

One day will come that you or one of your clients requires an upload form. If it’s for uploading images or other files… But how do you start, what is important, how can you secure it. In this tutorial I will guide you through the steps of creating a simple upload form in php and [...]

Continue reading →