This commit is contained in:
Dávid Jančár 2024-05-28 18:05:07 +02:00
parent 87f031d1c3
commit dbe8f49a46
2 changed files with 7 additions and 7 deletions

@ -26,24 +26,24 @@
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><a href=""><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td>
<td><a href="#" download="white-download-icon-21"><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td>
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></td>
<td><a href="#" download="white-download-icon-21"><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td>
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><a href=""><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td> </tr>
<td><a href="#" download="white-download-icon-21"><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><a href=""><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td> </tr>
<td><a href="#" download="white-download-icon-21"><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><a href=""><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td> </tr>
<td><a href="#" download="white-download-icon-21"><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><a href=""><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td> </tr>
<td><a href="#" download="white-download-icon-21"><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td>
</table>
<form action="/david.html" method="post" enctype="multipart/form-data">

@ -1,5 +1,5 @@
<?php
$target_dir = "uploads/";
$target_dir = "stranky/";
$target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]);
$uploadOk = 1;
$imageFileType = strtolower(pathinfo($target_file,PATHINFO_EXTENSION));