Advertisement
Guest User

Untitled

a guest
Mar 13th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1.     <form method="POST" action="/generate/" enctype="multipart/form-data">
  2.             {% csrf_token %}
  3.         <div class="form-group">
  4.  
  5.     <input type="file" name="csv_file" />
  6.     <input type="submit" value="Upload" />
  7.         </div>
  8.     </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement