twisted / twisted

Event-driven networking engine written in Python.
https://twisted.org
Other
5.58k stars 1.17k forks source link

Twisted web request should expose the name of the uploaded file, in a file upload #4775

Open twisted-trac opened 13 years ago

twisted-trac commented 13 years ago
Fodder's avatar Fodder reported
Trac ID trac#4775
Type enhancement
Created 2010-12-15 17:09:47Z

One way to do this might be to use cgi.FieldStorage, although a streaming parser of some kind would be better.

Searchable metadata ``` trac-id__4775 4775 type__enhancement enhancement reporter__Fodder Fodder priority__normal normal milestone__ branch__ branch_author__ status__new new resolution__None None component__web web keywords__ time__1292432987000000 1292432987000000 changetime__1331056732000000 1331056732000000 version__None None owner__jknight jknight cc__EDevil ```
twisted-trac commented 13 years ago
glyph's avatar @glyph commented

Putting the actual desired functionality first, and explaining a possible implementation technique, rather than leading with the technique and then explaining a problem it might solve.