Laravel : To rename an uploaded file automatically

后端 未结 7 1351
北海茫月
北海茫月 2020-12-11 04:31

I am allowing users to upload any kind of file on my page, but there might be a clash in names of files. So, I want to rename the file automatically, so that anytime any fil

7条回答
  •  情歌与酒
    2020-12-11 04:52

    You can use php core function rename(oldname,newName) http://php.net/manual/en/function.rename.php

提交回复
热议问题