Simple File Uploader (use locally only)
Just run npm run dev
or build and npm start
Access the local network from any device or even localhost:3000
Select files to be uploaded and hit the button!
The uploaded files will be on /public/upload/
directory.
Features
- Ready for being used LOCALLY
- No validation (never deploy it as it is, please)
- Unlimited file uploads (to your own sorce code directory)
- Filenames are streamed as they are uploaded, so you can see the overall progress, if your eyes are fast enough ;)