upload-xpress
v1.0.7
Published
A secure file upload package with encryption and cloud storage support (S3, local).
Maintainers
Readme
Secure File Upload
A robust middleware for secure file uploads in Node.js applications, with built-in support for file validation, encryption, and uploading to multiple storage providers (AWS S3, local storage).
Features
- File type and size validation using
Yup. - Built-in support for AWS S3 and local file storage.
- Optional AES-256 encryption for sensitive files.
- Lightweight and extensible middleware for Express.js.
- Full TypeScript support.
Installation
Using NPM
npm install secure-file-upload