Skip to content

gudarzi/MinimalPythonUploadServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Python Upload Server

A minimal Python server for handling file uploads.

Description

This project provides a simple and efficient way to handle file uploads using Python. It includes a basic frontend with HTML, CSS, and JavaScript.

Features

  • Chunked file uploads
  • Simple and easy to use
  • Minimal dependencies

Installation

  1. Clone the repository:

    git clone https://github.com/gudarzi/MinimalPythonUploadServer.git
  2. Navigate to project directory

     cd MinimalPythonUploadServer
  3. Run the server:

    python run.py

Usage

  • Access the upload form by navigating to http://localhost:8000 after running the server.
  • You can specify the maximum chunk size by modifying the CHUNK_SIZE variable in ChunkedUploadHandler.py.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published