Skip to content

Commit

Permalink
improve fileupload example readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Jul 19, 2012
1 parent 182ea51 commit d834cd9
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions examples/fileupload/README.md
@@ -1,4 +1,19 @@
A streaming file upload example with progress meter.
## Drag and Drop File Upload Example w/ Percent complete

Have questions?
http://groups.google.com/group/binaryjs-group

1. Run the server:

node server.js


2. Go to

http://localhost:9000/


3. Drag a file into the box. Percent transferred will be shown and the file will be saved in the example's directory.



Server code is contained in `server.js`
Client side code is contained in `public/index.html`

0 comments on commit d834cd9

Please sign in to comment.