Codeigniter Rename file on upload

后端 未结 9 2345
暗喜
暗喜 2020-12-13 09:28

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

9条回答
  •  时光取名叫无心
    2020-12-13 10:17

    If your $config is with this code: $config['encrypt_name'] = TRUE; the name of your file will be forced to rename with a encrypt name, just remove the code.

提交回复
热议问题