PHP File Upload, files disappearing from /tmp before move_uploaded_files

前端 未结 14 1999
独厮守ぢ
独厮守ぢ 2021-02-13 03:09

I have a very basic upload script, probably lifted straight off the php.net/move_upload_files function page.

move_uploaded_file() is failed because it canno

14条回答
  •  礼貌的吻别
    2021-02-13 03:12

    It may also be that you destination folder does not exists or you don't have write permission.

提交回复
热议问题