Stranka/stranky/daniel.html
2024-05-29 21:41:23 +02:00

8 lines
296 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="password" name="heslo">
<input type="submit" value="Nahrať súbor" name="submit">
</form>