Update file upload.php
This commit is contained in:
parent
6f2fc6251d
commit
b85d69b689
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user