up
This commit is contained in:
parent
4ae650fad9
commit
79c5da6228
@ -52,13 +52,8 @@
|
|||||||
<form action="upload.php" method="post" enctype="multipart/form-data">
|
<form action="upload.php" method="post" enctype="multipart/form-data">
|
||||||
Vyber si súbor na nahratie:
|
Vyber si súbor na nahratie:
|
||||||
<input type="file" name="fileToUpload" id="fileToUpload">
|
<input type="file" name="fileToUpload" id="fileToUpload">
|
||||||
<!-- The data encoding type, enctype, MUST be specified as below -->
|
<input type="submit" value="Nahrať súbor" name="submit">
|
||||||
<form enctype="multipart/form-data" action="__URL__" method="POST" enctype="multipart/form-data">
|
</form>
|
||||||
<!--<MAX_FILE_SIZE must precede the file input field -->
|
|
||||||
<input type="hidden" name="MAX_FILE_SIZE" value="30000" />
|
|
||||||
<!-- Name of input element determines name in $_FILES array -->
|
|
||||||
<Send this file: input name="userfile" type="file" />
|
|
||||||
<input type="submit" value="Nahrať súbor" />
|
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -50,7 +50,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<form action="upload.php" method="post" enctype="multipart/form-data">
|
<form action="upload.php" method="post" enctype="multipart/form-data">
|
||||||
Select image to upload:
|
Vyber súbor na nahratie:
|
||||||
<input type="file" name="fileToUpload" id="fileToUpload">
|
<input type="file" name="fileToUpload" id="fileToUpload">
|
||||||
<input type="submit" value="Nahrať súbor" name="submit">
|
<input type="submit" value="Nahrať súbor" name="submit">
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user