Welcome Guest, Not a member yet? Register   Sign In
Image Upload without Upload Class
#2

[eluser]AlexandrosG[/eluser]
Are you sure you don't have any typo mistake that cancels the enctype property? Check again!

What is this
Code:
acti site_url('/send_item');
that i see?

As far as i know, you can't get information about posted files through $this->input->post() . This method reads data from the $_POST, and the information you want is in $_FILES. You have to use $_FILES!


Messages In This Thread
Image Upload without Upload Class - by El Forum - 10-01-2013, 01:37 AM
Image Upload without Upload Class - by El Forum - 10-01-2013, 03:12 AM
Image Upload without Upload Class - by El Forum - 10-01-2013, 04:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB