Welcome Guest, Not a member yet? Register   Sign In
Getting uploaded file name
#1

[eluser]Computerzworld[/eluser]
Hello,
I am using CI uploading class for uploading files. I have set preference overwrite to false so file will not be overwritten and renamed as soon as it will be uploaded.And I want the name of the file that has been uploaded and renamed automatically. How can I do this? Please help me. Thanks in advance.
#2

[eluser]Computerzworld[/eluser]
got the solution....Smile
its $this->upload->data() and it will return all the properties of uploaded image like name , size , extension etc as associative array...
HTH....




Theme © iAndrew 2016 - Forum software by © MyBB