[Twisted-web] How to upload files using HTML forms?

Syver Enstad twisted-web@twistedmatrix.com
16 Feb 2004 12:06:46 +0100


Frantisek Fuka <fuka@fuxoft.cz> writes:

> Sorry about the confusion, I didn't make myself clear. I can see the
> CONTENTS of the uploaded files in request.args, but where do I find
> the FILENAMES under which they were uploaded?

The only way I've found to do this with twisted.web is to parse the
headers manually.