{% if ingest_busy %} {% include "partials/ingest_progress.html" %} {% endif %}

Drop files or folders here

or use the buttons below

Uploading...
{% if files %} {% for file in files %}
{{ file.file_name }}
{% endfor %} {% if ingest_busy %}
{{ file_count | default(0) }} new file(s) queued during active ingest
{% endif %} {% elif not ingest_busy %}
No files ingested in workspace "{{ workspace }}".
{% endif %}