Stranka/stranky/daniel.html
2024-05-29 19:46:01 +02:00

8 lines
292 B
HTML

<table id="tabulka"></table>
<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="submit" value="Nahrať súbor" name="submit">
</form>