This commit is contained in:
Dávid Jančár 2024-05-29 21:41:23 +02:00
parent 3dd520403b
commit e13a6373de
2 changed files with 2 additions and 2 deletions

@ -3,6 +3,6 @@
<form action="/index.php" method="post" enctype="multipart/form-data">
Vyber súbor na nahratie:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="text" name="heslo">
<input type="password" name="heslo">
<input type="submit" value="Nahrať súbor" name="submit">
</form>

@ -3,6 +3,6 @@
<form action="/index.php" method="post" enctype="multipart/form-data">
Vyber súbor na nahratie:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="text" name="heslo">
<input type="password" name="heslo">
<input type="submit" value="Nahrať súbor" name="submit">
</form>