anhkiet2507

form.html

Mar 27th, 2020
21,704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="vi" data-cast-api-enabled="true">
  3. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  4. <style type="text/css">
  5. body {
  6. background-color: #FFFFFF;
  7. }
  8. </style>
  9. <BR>
  10. <BR>
  11. <BR>
  12. <div align="center">
  13. <h1> Trang Upload file FREE của Linux Team Việt Nam </h1>
  14. <h2> Nghiêm cấm Upload phim 18+. Admin sẽ tự xóa nếu phát hiện </h2>
  15. <h2> Chỉ sủ dụng trang upload này cho mục đích cá nhân </h2>
  16. <h2> Admin có thể xem toàn bộ File các bạn đã upload lên, Do vậy vui lòng không Upload tài liệu chứa thông tin cá nhân </h2>
  17. <h2> Admin không đảm bảo là file sẽ tồn tại mãi mãi </h2>
  18. <p><img src="https://linuxteamvietnam.us/wp-content/uploads/2018/06/Untitled-1.png"></p>
  19. <table width="459" border="0">
  20. <tbody>
  21. <tr>
  22. <td width="462"><div align="center">
  23. <hr>
  24. </div>
  25. <form id="myForm" align="center">
  26. <input type="text" name="myName" placeholder="Nhập tên của bạn">
  27. <input type="file" name="myFile">
  28. <input type="submit" value="Tải lên"
  29. onclick="this.value='Uploading..';
  30. google.script.run.withSuccessHandler(fileUploaded)
  31. .uploadFiles(this.parentNode);
  32. return false;">
  33. </form>
  34. <div id="output"></div>
  35. <script>
  36. function fileUploaded(status) {
  37. document.getElementById('myForm').style.display = 'none';
  38. document.getElementById('output').innerHTML = status;
  39. }
  40. </script>
  41. <style>
  42. input { display:block; margin: 20px; }
  43.  
  44. </style>
  45. <hr></td>
  46. </tr>
  47. </tbody>
  48. </table>
  49. <h3>&nbsp;</h3>
  50. <p>&nbsp;</p>
  51. </div>
Add Comment
Please, Sign In to add comment