PHP File Upload, files disappearing from /tmp before move_uploaded_files

前端 未结 14 2030
独厮守ぢ
独厮守ぢ 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:23

    I've had this problem myself. In my case php was uploading to the wrong tmp folder. Instead of using the domains tmp folder (in a virtual host on plesk) it was uploading straight to the OS temporary folder.

    Check the settings of your temporary folders

提交回复
热议问题