{% extends "base.html" %} {% load jfutags %} {% block container %} {% if fileform.non_field_errors %} {% for e in fileform.non_field_errors %}
{% endfor %} {% endif %}

File

You can create a data file with a URL or a file located on your PC
{% jfu 'file/jfu-form.html' 'jfu_file_upload' %}
{% csrf_token %}
{% if fileform.errors.name %} {% endif %} {{ fileform.name }}
{% if fileform.errors.file %} {% endif %}
{{ fileform.url }}

{% endblock container %}