Stranka/stranky/dano.html

8 lines
296 B
HTML
Raw Permalink Normal View History

2024-05-29 11:51:16 +02:00
<table id="tabulka"></table>
2024-05-22 21:30:37 +02:00
2024-05-29 12:07:26 +02:00
<form action="/index.php" method="post" enctype="multipart/form-data">
2024-05-29 11:51:16 +02:00
Vyber súbor na nahratie:
<input type="file" name="fileToUpload" id="fileToUpload">
2024-05-29 21:41:23 +02:00
<input type="password" name="heslo">
2024-05-29 11:51:16 +02:00
<input type="submit" value="Nahrať súbor" name="submit">
</form>