Welcome Guest, Not a member yet? Register   Sign In
File Upload, view results?
#1

[eluser]JasonS[/eluser]
I have set the image name as a random hash. The file is uploading fine.

How do I view what the image name is?

I know it is something to do with this.

$this->upload->data()

But I can't work out how to extract a single result as opposed to printing the entire array.
#2

[eluser]aypnos[/eluser]
Take a look here
and at the bottom of this page

Example:
Code:
$data = $this->upload->data()
$file_name = $data['file_name'];




Theme © iAndrew 2016 - Forum software by © MyBB