Update file upload.php

This commit is contained in:
Jan BELLON 2024-03-07 02:41:56 +00:00
parent 6f2fc6251d
commit b85d69b689

View File

@ -69,7 +69,7 @@ if(isset($_POST['titre']) && isset($_FILES['file'])) {
<div>
<div>
<h1>Publier un article</h1>
<form action="#" method="post" enctype="multipart/form-data>
<form action="#" method="post" enctype="multipart/form-data">
<div>
<div><input type="text" name="titre" placeholder="Titre de l'article" required></div>
<div><input type="date" name="date"></div>