We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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