Generic'ifying the submit code to not rely on the werkzeug FileStorage datastructure
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 14 Nov 2013 01:39:18 +0000 (19:39 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 14 Nov 2013 01:40:13 +0000 (19:40 -0600)
commit301da9cabad61c8968a6e70df673dc26f1fea102
treeb9458b183d4cca9c4745bb3c35fa593738cbfecf
parent5202924c91f987a025eba78eb9ca323600074495
Generic'ifying the submit code to not rely on the werkzeug FileStorage datastructure

Important, because that only makes sense for wsgi! :)

This commit sponsored by Geoff Lehr.  Thank you!
mediagoblin/media_types/__init__.py
mediagoblin/media_types/ascii/processing.py
mediagoblin/media_types/audio/processing.py
mediagoblin/media_types/image/processing.py
mediagoblin/media_types/pdf/processing.py
mediagoblin/media_types/stl/processing.py
mediagoblin/media_types/video/processing.py
mediagoblin/submit/lib.py