A minimal Python server for handling file uploads.
This project provides a simple and efficient way to handle file uploads using Python. It includes a basic frontend with HTML, CSS, and JavaScript.
- Chunked file uploads
- Simple and easy to use
- Minimal dependencies
-
Clone the repository:
git clone https://github.com/gudarzi/MinimalPythonUploadServer.git
-
Navigate to project directory
cd MinimalPythonUploadServer
-
Run the server:
python run.py
- 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 inChunkedUploadHandler.py
.
Contributions are welcome! Please feel free to submit a pull request.
MIT License