Simple PHP/HTML upload page - no files are saving

前端 未结 3 869
心在旅途
心在旅途 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:43

    With the PHP function move_uploaded_file(string $filename, string $destination) you can move the file to your desired path.

提交回复
热议问题