Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <form enctype="multipart/form-data" action="/fu.php" method="POST">
  2. <input name="userfile" accept="image/*" type="file" />
  3. <input type="submit" value=" Send ">
  4. </form>
  5.  
  6. #btn {
  7. padding-left: 5px;
  8. font-size: 14px;
  9. border: 1px solid #333;
  10. background: #ccc;
  11. color: #161;
  12. width: 70px;
  13. height: 19px;
  14. }
  15.  
  16. <form enctype="multipart/form-data" action="/fu.php" method="POST">
  17. <div id="btn">
  18. <label for="files">Мой текст</label>
  19. </div>
  20. <input id="files" style="visibility:hidden;" name="userfile" accept="image/*" type="file">
  21. <input type="submit" value=" Send ">
  22. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement