How can I accomplish file uploads in twisted.web that don't suck?
I've searched and searched but can't seem to find a way to upload files to my twisted.web application in any reasonable way. Currently, posting file uploads to a resource results in a request.args['file'] variable, that is a list populated with file contents. I can't find a way to get any information about the file: mime type, filename,...