upload.html 181 Bytes
Newer Older
x committed
1 2 3 4 5
<form method="POST" action="{{URL}}" enctype="multipart/form-data">
    {% csrf_token %}
    <input name="data" type="file" />
    <input type="submit" value="Feltöltés"/>
</form