Simple PHP/HTML upload page - no files are saving

前端 未结 3 841
心在旅途
心在旅途 2021-01-26 06:09

I\'m new to HTML/PHP and I\'m trying to create a simple php file upload page. I have this as my HTML





3条回答
  •  执念已碎
    2021-01-26 06:56

    You need to move the uploaded file from the temp directory it was uploaded into, into your target directory. See the PHP docs of move_uploaded_files

提交回复
热议问题