You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
609 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. body {
  6. font-family: Tahoma, Geneva, sans-serif;
  7. }
  8. div {
  9. display: inline;
  10. }
  11. </style>
  12. <script src='uploader.js'></script>
  13. <script src='app.js'></script>
  14. </head>
  15. <body>
  16. <p>This example will upload an entire directory tree to the node.js server via a fast and persistent WebSocket connection.</p>
  17. <p>Note that the example is Chrome only for now.</p>
  18. <input type="file" webkitdirectory /><br/><br/>
  19. Upload status:
  20. <div id='progress'>Please select a directory to upload.</div>
  21. </body>
  22. </html>