Stranka/stranky/daniel.html

8 lines
296 B
HTML
Raw Permalink Normal View History

2024-05-29 19:46:01 +02:00
<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">
2024-05-29 21:41:23 +02:00
<input type="password" name="heslo">
2024-05-29 19:46:01 +02:00
<input type="submit" value="Nahrať súbor" name="submit">
</form>