Skip to content
Snippets Groups Projects
user avatar
Renzo Frigato authored
cgi.FieldStorage by default doesn't use make_file.
Only if the file is bigger than 1000 bytes the method is called.
Overriding the private method __write allows to always call the method
independently of file size.

closes #88
28dec163
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..