mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Refactoring out the old "storify" function and duplicated request data params changed the semantics of file uploads. Uploads are now presented as cgi.FieldStorage values to our validators, and need to be referenced by their `.value` property to get the data.