Skip to content

The Simple File Uploader in Node.js is a basic tool that helps you send files from your computer to a server.

License

Notifications You must be signed in to change notification settings

thecaptaan/Simple-File-Uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Installation

Install Simple File Uploader using git

  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:

   npm run token

Dev

   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 thecaptaan@proton.me

About

The Simple File Uploader in Node.js is a basic tool that helps you send files from your computer to a server.

Topics

Resources

License

Stars

Watchers

Forks