Extremely minimal HTML form file uploader
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Alan Faubert d6a299cfaf update for busboy@1 3 months ago
.gitignore foundation stuff 4 years ago
README.md update passing of host to serve on 2 years ago
package.json update for busboy@1 3 months ago
sfu.js update for busboy@1 3 months ago

README.md

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.