Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" type="text/css" href="Styling.css">
- <title>CloudStockpile</title>
- </head>
- <body background="backfiles.jpg">
- <div id="container">
- <div id="header">
- </div>
- <div id="upload">
- <form action="uploadingfiles.php" method="post" enctype="multipart/form-data">
- Select to upload:
- <input type="file" name="fileToUpload" id="fileToUpload">
- <input type="submit" value="Upload" name="submit">
- </form>
- <p style="text-align:right"><a href="logout.php">Logout</a></p>
- <p style="text-align:right"><a href="table.php">CLICK HERE TO SEE FILES</a></p>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment