Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecaptaan/simple-file-uploader
The Simple File Uploader in Node.js is a basic tool that helps you send files from your computer to a server.
https://github.com/thecaptaan/simple-file-uploader
alertifyjs css ejs file file-upload filehandling html javascript multer nodejs template
Last synced: 5 days ago
JSON representation
The Simple File Uploader in Node.js is a basic tool that helps you send files from your computer to a server.
- Host: GitHub
- URL: https://github.com/thecaptaan/simple-file-uploader
- Owner: thecaptaan
- License: bsd-3-clause
- Created: 2023-04-18T05:35:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T19:13:17.000Z (about 1 year ago)
- Last Synced: 2023-11-09T15:31:18.027Z (about 1 year ago)
- Topics: alertifyjs, css, ejs, file, file-upload, filehandling, html, javascript, multer, nodejs, template
- Language: JavaScript
- Homepage:
- Size: 471 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple File Uploader
The Simple File Uploader in Node.js is a basic tool that helps you send files from your computer to a server. It's easy to use. You just pick the file you want to upload, and it tells you some basic things about the file, like its name, size, and what type of file it is. When you're ready, it sends the file over to the server. It's really straightforward and gets the job done without any fuss.
## Preview
![Simple File Uploader Preview](https://github.com/thecaptaan/File-Upload-NodeJS/blob/main/assets/uploader.gif)
## InstallationInstall *Simple File Uploader* using git
```bash
git clone https://github.com/thecaptaan/Simple-File-Uploader.git
cd Simple-File-Uploader
touch .env
# Insert `SECRET_TOKEN = "token value"` in .env
npm i```
## WarningBefore uploading file on the server you must have token. Token is only valid for **5 min**.
To generate token run the following the code:```bash
npm run token
```
## Dev
```bash
npm run serve
```
## Contribution
Feel free to contribute is an open invitation for everyone to participate and share their ideas, skills, or resources without any hesitation. Your contributions are highly valued and can make a meaningful impact on the community.
## SupportFor support, email [email protected]