{% csrf_token %} {{ form.scenario_id.label_tag }} {{ form.scenario_id }} {% if form.scenario_id.errors %} {{ form.scenario_id.errors|join:" " }} {% endif %} {{ form.file.label_tag }} {{ form.file }} {% if form.file.errors %} {{ form.file.errors|join:" " }} {% endif %} {% if form.errors %} {{ form.errors }} {% endif %} 上传文件 返回文件列表