I\'m new to HTML/PHP and I\'m trying to create a simple php file upload page. I have this as my HTML
With the PHP function move_uploaded_file(string $filename, string $destination) you can move the file to your desired path.