This commit is contained in:
simon 2017-09-01 22:19:49 +01:00
parent 4d205a4042
commit 3e686e9c5b
11 changed files with 44 additions and 33 deletions

View file

@ -19,6 +19,7 @@
{% endif %}
{% else %}
<form action="{{servlet-context}}/upload" enctype="multipart/form-data" method="POST">
{% csrf-field %}
<p class="widget">
<label for="upload">{{config.file-upload-prompt}}</label>
<input name="upload" id="upload" type="file" required/>