Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)
## Installation

Install *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

```

## Warning

Before 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.
## Support

For support, email [email protected]