Skip to content

A file upload server is a program that lets people send files from their devices to another computer over a local network.

Notifications You must be signed in to change notification settings

navnee1h/Python-file-upload-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Upload Server

A simple Python-based file upload server with speed indicators.

Features

  • Upload multiple files with real-time progress and speed.

Installation

  1. Clone the repository:
    git clone https://github.com/navnee1h/file-upload-server.git
    cd file-upload-server
  2. Create the uploads directory:
    mkdir uploads

Usage

  1. Start the server:
    python server.py
  2. Open http://localhost:8000 in your browser to upload files.

File Structure

  • server.py: Backend script.
  • index.html: Frontend.
  • uploads/: Storage for files.

Screenshots

Upload Interface

Upload Interface

Progress and Speed Indicator

Progress and Speed Indicator

---------------------------------------------------------------------------- Happy coding ! -------------------------------------------------------------

About

A file upload server is a program that lets people send files from their devices to another computer over a local network.

Topics

Resources

Stars

Watchers

Forks