File Upload Hangs with Flask File Upload Hangs with Flask flask flask

File Upload Hangs with Flask


The docs say you should use enctype="multipart/form-data".

Also, I might try method="POST" (uppercase), if only because defensive coding is a good habit, the defensive maneuver here being not assuming that Flask is bug-free.