Dears,
How to save full path of uploaded file in database,
I used set_field_upload('wrapped_image', 'upload/wrapped_image')
and after upload the image only save the name of file without path
I need to
1, Save the full path of uploaded file
2, Set the upload path
Is there any option like enable_full_path for uploaded file !!!
Thank you in advance :)