Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- </head>
- <body>
- <?php
- echo "wstawka PHP";
- ?>
- <br>
- <form action="zaladuj.php" method="POST" enctype="multipart/form-data">
- <input type="submit" value="Wyslij pliki"/>
- <input type="file" class="custom-file-import" name="image[]" multiple="">
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement