Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 481 Bytes

File metadata and controls

11 lines (9 loc) · 481 Bytes

file_uploads

File Upload Demonstrations using a HTML5 and Node.js.

To run,

  1. Clone this repository to your local computer.
  2. Open a terminal, change to the local folder where the repository was cloned to.
  3. Type npm install, then press enter.
  4. Then either, type grunt, and press enter. Or, type node app/index.js, and press enter.
  5. Then open a web browser, and navigate to http://localhost:8080
  6. Select a demo, and follow the instructions.