Skip to content
Advertisement

Codeigniter Rename file on upload

I’m trying to add time as the prefix of the image name along with the original name when uploading, But I couldn’t figure it out. Please help me with the following code to add a prefix to my original file name when uploading.

JavaScript

Advertisement

Answer

You can encrypt file name with use of CI native option:

JavaScript

OR

You can do it with your own code:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement