https://github.com/nstseek/file-input-test
Extremely simple project to give an example for learning purposes
https://github.com/nstseek/file-input-test
Last synced: 3 months ago
JSON representation
Extremely simple project to give an example for learning purposes
- Host: GitHub
- URL: https://github.com/nstseek/file-input-test
- Owner: nstseek
- Created: 2019-10-08T16:22:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:39:56.000Z (over 2 years ago)
- Last Synced: 2025-01-16T09:39:35.783Z (5 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This project was created to help a colleague
I was asked for an example of file sending from a simple HTML page to a server for learning purposes, using a file size limit and a restriction for file extensions, showing a live thumbnail.
Here we have the back-end on the server.js file, should be run using node, and the front-end in simple HTML/JS/CSS.
To run it, execute "npm install" then "node server.js" being on the root directory. Then, open index.html and you are good to go.