{% extends "layouts/main.html" %} {% block title %}Upload files — {% if brand is defined %}{{ brand.app_name }}{% else %}pyvelm{% endif %}{% endblock %} {% block page_title %}Upload files{% endblock %} {% block content %}

Destination: {{ folder_label | default('Unfiled') }}

{% if folder_id %} {% endif %}

Open a folder in the library first to upload directly into it, or use the Upload button while browsing that folder.

{% if error %}

{{ error }}

{% endif %}
Cancel
{% endblock %}