Extremely minimal HTML form file uploader
| .gitignore | ||
| package.json | ||
| README.md | ||
| sfu.js | ||
sfu
Simple File Uploader
Extremely minimal HTML form file uploader. HTTP-only. Bring your own reverse proxy, reverse tunnel, etc.
Installation
Clone. Install npm dependencies. Optionally symlink to sfu.js from somewhere in your PATH.
Usage
sfu.js [host:]<port>
Starts a server on the given port. Binds to localhost only unless host is specified.
Each upload can contain multiple files and will be saved in a directory with a randomly generated name in the current working directory.