I have a upload input, And I want to save the url into the database.
How can I get picture's url in codeigniter?
Codeigniter file uploading just return these:
[file_path] => /path/to/your/upload/
[full_path] => /path/to/your/upload/jpg.jpg
I want to have link of image, like:
www.example.com/path/someWhere/picture.jpg
Thanks.