Extremely minimal HTML form file uploader
Перейти к файлу
Alan Faubert d6a299cfaf update for busboy@1 2023-02-26 21:31:18 -05:00
.gitignore foundation stuff 2019-12-01 08:12:27 -05:00
README.md update passing of host to serve on 2021-08-08 09:50:48 -04:00
package.json update for busboy@1 2023-02-26 21:31:18 -05:00
sfu.js update for busboy@1 2023-02-26 21:31:18 -05:00

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.