{% extends "base.html" %} {% block title %}Ingest{% endblock %} {% block content %}
Upload files, ingest from server-side paths, or use the current default ingest root.
{{ browser.error }}
This app can only browse directories that exist on svr-02 or are mounted there.
{% else %}Current path: {{ browser.path }}
{% if browser.entries %}| Name | Kind | Actions |
|---|---|---|
| {{ entry.name }} | {% if entry.is_dir %}Directory{% else %}File{% endif %} |
No entries found in this directory.
{% endif %} {% endif %}