Welcome Guest, Not a member yet? Register   Sign In
codeigniter $_FILES upload
#1
Video 

In Codeigniter syntax for normal PHP code $_POST['name'] is $this->input->post('name'). Does anyone knows what is syntax in CI for $_FILES['file']?

I don't want to upload, I want to catch file and make some action before uploading. In upload helper is only this: $this->upload->do_upload('file') - and that is uploading. I want to manage file before this step.

Thanks in advance
Reply


Messages In This Thread
codeigniter $_FILES upload - by vladakg - 06-08-2016, 09:57 AM
RE: codeigniter $_FILES upload - by Narf - 06-08-2016, 11:11 AM
RE: codeigniter $_FILES upload - by vladakg - 06-08-2016, 01:07 PM
RE: codeigniter $_FILES upload - by Avenirer - 06-09-2016, 06:17 AM
RE: codeigniter $_FILES upload - by vladakg - 06-11-2016, 02:15 AM
RE: codeigniter $_FILES upload - by Narf - 06-11-2016, 07:45 AM
RE: codeigniter $_FILES upload - by InsiteFX - 06-11-2016, 04:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB