Welcome Guest, Not a member yet? Register   Sign In
How to get string of userfile in controller or model?
#1

[eluser]mikevu[/eluser]
I try to ghet string to check update or not update photo, but I don't know the way. please tell me your solution.
Thank you
#2

[eluser]pickupman[/eluser]
At what stage or process are you trying to get a string for a userfile. If it is during the completed upload process, refer to the user guide for File Uploading Class. You would then use:
Code:
$data['upload_data'] = $this->upload->data();

echo $data['upload_data']['full_path'];




Theme © iAndrew 2016 - Forum software by © MyBB