Dodaj umjetnicki rub oko fotografije

This commit is contained in:
Senad Uka
2020-06-08 08:26:43 +02:00
parent 2a091f1f8a
commit 1f887bc359
5 changed files with 43 additions and 28 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!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>