Stranka/stranky/dano.html

7 lines
258 B
HTML
Raw 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 11:51:16 +02:00
<form action="/upload.php" method="post" enctype="multipart/form-data">
Vyber súbor na nahratie:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Nahrať súbor" name="submit">
</form>