File upload in codeigniter Framework


CodeIgniter Framework 

codeIgniter is secure and light-weight php framework. It is comes with many usefull Libraries like security, form_validation, template engine, cart etc. File upload library is one of them. You can upload any types of file by using this library. Also you can resterct file type, file size, encrypt file name by using this library.

CodeIgniter File Upload library

codeIgniter Upload library is a class which used for uploading files in a Web Application. This Library aslo can resterct File Type, File size, encrypt file name when file upload.

Use CodeIgniter Upload Library


Step 1
Read more

Comments