Files
old-uokvirivac/admin/index.html

16 lines
309 B
HTML
Raw Normal View History

2020-06-08 08:26:43 +02:00
<!DOCTYPE html>
<html>
<body>
2020-06-10 19:43:29 +02:00
<h1> Dodavanje slike novog artikla </h1>
<p>
2020-06-08 08:26:43 +02:00
<form action="upload.php" method="post" enctype="multipart/form-data">
Izaberi sliku:
<input type="file" name="fileToUpload" id="fileToUpload">
2020-06-10 19:43:29 +02:00
<input type="submit" value="Uploaduj" name="submit">
2020-06-08 08:26:43 +02:00
</form>
2020-06-10 19:43:29 +02:00
</p>
2020-06-08 08:26:43 +02:00
</body>
</html>