Contents

uploadserver 6.0.0

0

Python's http.server extended to include a file upload page

Python's http.server extended to include a file upload page

Stars: 329, Watchers: 329, Forks: 60, Open Issues: 3

The Densaugeo/uploadserver repo was created 6 years ago and the last code push was 1 years ago.
The project is popular with 329 github stars!

How to Install uploadserver

You can install uploadserver using pip

pip install uploadserver

or add it to a project with poetry

poetry add uploadserver

Package Details

Author
Densaugeo
License
None
Homepage
https://github.com/Densaugeo/uploadserver
PyPi:
https://pypi.org/project/uploadserver/
GitHub Repo:
https://github.com/Densaugeo/uploadserver

Classifiers

No  uploadserver  pypi packages just yet.

Errors

A list of common uploadserver errors.

Code Examples

Here are some uploadserver code examples and snippets.

Related Packages & Articles

Quart 0.20.0

A Python ASGI web framework with the same API as Flask

Hypercorn 0.18.0

A ASGI Server based on Hyper libraries and inspired by Gunicorn

aiohttp 3.13.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.