Snippets Collections
<!doctype html>
<html>
  <head>
    <title>File Upload</title>
  </head>
  <body>
    <h1>File Upload</h1>
    <form method="POST" action="" enctype="multipart/form-data">
      <p><input type="file" name="file"></p>
      <p><input type="submit" value="Submit"></p>
    </form>
  </body>
</html>
star

Tue Sep 06 2022 12:13:13 GMT+0000 (Coordinated Universal Time) https://blog.miguelgrinberg.com/post/handling-file-uploads-with-flask

#python #flask #inputfile

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension