umasoodch

filespageHTML

Dec 19th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <link rel="stylesheet" type="text/css" href="Styling.css">
  5. <title>CloudStockpile</title>
  6. </head>
  7. <body background="backfiles.jpg">
  8.  
  9. <div id="container">
  10. <div id="header">
  11. </div>
  12.  
  13. <div id="upload">
  14. <form action="uploadingfiles.php" method="post" enctype="multipart/form-data">
  15. Select to upload:
  16. <input type="file" name="fileToUpload" id="fileToUpload">
  17. <input type="submit" value="Upload" name="submit">
  18. </form>
  19.  
  20. <p style="text-align:right"><a href="logout.php">Logout</a></p>
  21. <p style="text-align:right"><a href="table.php">CLICK HERE TO SEE FILES</a></p>
  22.  
  23. </div>
  24.  
  25.  
  26. </div>
  27.  
  28. </div>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment