Welcome Guest, Not a member yet? Register   Sign In
I can't to insert file_name image in database
#2

[eluser]Sudz[/eluser]
Hi,

How can you get file_name in $_POST?

Use these lines after upload is success
Code:
$upload_data =  $this->upload->data();

$data[‘file_name’]  = $upload_data['file_name']; //this will return you file name


Messages In This Thread
I can't to insert file_name image in database - by El Forum - 04-20-2013, 08:16 PM
I can't to insert file_name image in database - by El Forum - 04-26-2013, 11:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB