toastdriven / itty3

The itty-bitty Python web framework... **Now Rewritten For Python 3!**
https://itty3.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

File Upload Support? #4

Open toastdriven opened 5 years ago

toastdriven commented 5 years ago

Problem

This is a rabbit hole. A common problem is wanting to support file uploads. However, history has proven this to not be particularly straight-forward.

If it can be done with minimal added complexity, it'd be nice to have.

Setup

Python version: 3.7.4 itty3 version (itty3.get_version(full=True)): 1.0.0-alpha-2 OS: All Any other libraries/setup: N/A