Welcome Guest, Not a member yet? Register   Sign In
I am uploading a profile image into a database but they do not upload into my uploads folder
#2

[eluser]CroNiX[/eluser]
What is this doing just before you do_upload()?
Code:
$this->profileimages->putProfileImage($username, $this->input->post("profileimage"));

Just curious because you are using POST there, and files don't get transmitted via $_POST. They are in the superglobal $_FILES array.

Are you receiving any errors?


Messages In This Thread
I am uploading a profile image into a database but they do not upload into my uploads folder - by El Forum - 11-15-2012, 04:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB