[eluser]invision[/eluser]
Whenever I upload a file and submit the form, it doesn't seem to store the data in $file_name.
I try this:
Code:
$file_name = $this->upload->do_upload(); // _do_upload() should return the path and name of the uploaded file
die($file_name);
and my output is blank.
Anyone?