A simple Python-based file upload server with speed indicators.
- Upload multiple files with real-time progress and speed.
- Clone the repository:
git clone https://github.com/navnee1h/file-upload-server.git cd file-upload-server
- Create the uploads directory:
mkdir uploads 
- Start the server:
python server.py 
- Open http://localhost:8000in your browser to upload files.
- server.py: Backend script.
- index.html: Frontend.
- uploads/: Storage for files.
---------------------------------------------------------------------------- Happy coding ! -------------------------------------------------------------