up
This commit is contained in:
parent
87f031d1c3
commit
dbe8f49a46
@ -26,24 +26,24 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<a href="#"><td>SuperSubor</td></a>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<a href="#"><td>SuperSubor</td></a>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<a href="#"><td>SuperSubor</td></a>
|
<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>
|
<tr>
|
||||||
<a href="#"><td>SuperSubor</td></a>
|
<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>
|
<tr>
|
||||||
<a href="#"><td>SuperSubor</td></a>
|
<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>
|
<tr>
|
||||||
<a href="#"><td>SuperSubor</td></a>
|
<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>
|
</table>
|
||||||
|
|
||||||
<form action="/david.html" method="post" enctype="multipart/form-data">
|
<form action="/david.html" method="post" enctype="multipart/form-data">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$target_dir = "uploads/";
|
$target_dir = "stranky/";
|
||||||
$target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]);
|
$target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]);
|
||||||
$uploadOk = 1;
|
$uploadOk = 1;
|
||||||
$imageFileType = strtolower(pathinfo($target_file,PATHINFO_EXTENSION));
|
$imageFileType = strtolower(pathinfo($target_file,PATHINFO_EXTENSION));
|
||||||
|
Loading…
Reference in New Issue
Block a user