Kludex / python-multipart

A streaming multipart parser for Python.
https://multipart.fastapiexpert.com/
Other
316 stars 54 forks source link

FormParser: FormParserConfig instance passed as FileConfig #128

Open yecril23pl opened 7 months ago

yecril23pl commented 7 months ago

The expression FileClass(file_name, field_name, config=self.config) looks wrong. It substitutes an instance of FormParserConfig for a FileConfig parameter. These bundles are conceptually different; in particular, there is no way to specify a value for UPLOAD_DELETE_TMP unless you violate the specification for FormParserConfig.