https://github.com/cloudhead/a-file-uploader
https://github.com/cloudhead/a-file-uploader
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudhead/a-file-uploader
- Owner: cloudhead
- Created: 2011-11-21T16:48:33.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-22T13:28:32.000Z (over 14 years ago)
- Last Synced: 2025-01-28T04:41:24.838Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
o A FILE UPLOADER
For Soundcloud.
By Alexis Sellier.
o REQUIREMENTS
A recent version of node is all that is needed.
o CONTENTS
index.js: node.js server source code
upload.js: javascript client code
index.html: upload form
o INSTRUCTIONS
run `make` the first time.
start server with `node . [port]`