http-uploader-dev
v1.0.7
Published
uploader dev
Readme
HTTP Uploader
A simple Node.js HTTP file upload server with a web UI.
Features
- Serves an HTML upload form at
/ - Accepts multipart/form-data file uploads via
POST /upload - Saves uploaded files to the
uploads/directory with a timestamp prefix - Sanitizes filenames for safe storage
Getting Started
npm install
npm startThen open http://localhost:3000 in your browser.
Project Structure
.
├── app.js # Main server entry point
├── index.js # Preinstall script (platform-specific)
├── package.json
└── uploads/ # Uploaded files directory