Skip to content

Extended Input for Files

World Wide Web Server edited this page Jul 4, 2012 · 9 revisions

An extension to CI_Input to add support for uploaded files.

Extension parses the $_FILES array to reorder the array for better integration with Code Igniter's CI_Upload library.

Usage:

[code] $file = $this->input->file("user_file"); [/code]

File:SM_Input.zip

Clone this wiki locally