Files
old-uokvirivac/index.html

13 lines
263 B
HTML
Raw Normal View History

2020-06-08 08:26:43 +02:00
<!DOCTYPE html>
<html>
<body>
<form action="upload.php" method="post" enctype="multipart/form-data">
Izaberi sliku:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Upload Image" name="submit">
</form>
</body>
</html>