Advertisement
Guest User

wgraj.php

a guest
Apr 19th, 2022
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <?php
  6. echo "wstawka PHP";
  7. ?>
  8. <br>
  9. <form action="zaladuj.php" method="POST" enctype="multipart/form-data">
  10. <input type="submit" value="Wyslij pliki"/>
  11. <input type="file" class="custom-file-import" name="image[]" multiple="">
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement