You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The expression
FileClass(file_name, field_name, config=self.config)
looks wrong. It substitutes an instance ofFormParserConfig
for aFileConfig
parameter. These bundles are conceptually different; in particular, there is no way to specify a value forUPLOAD_DELETE_TMP
unless you violate the specification forFormParserConfig
.The text was updated successfully, but these errors were encountered: