Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <form action="/upload/" method="post" enctype="multipart/form-data" class="dropzone" id="dropzone">
  2. {% csrf_token %}
  3. <div class="fallback">
  4. <input name="file" type="file" multiple />
  5. </div>
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement