Guest User

Untitled

a guest
Jun 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <form action="{% url %}" method="post" enctype="multipart/form-data">{% csrf_token %}
  2.  
  3. <input type="file" name="csv_file" />
  4. <input type="submit" value="Upload" />
  5.  
  6. </form>
Add Comment
Please, Sign In to add comment