{% extends "base.html" %} {% block title %}Add New File{% endblock %} {% block scripts %} {{ parent() }} {% endblock %} {% block content %}
{% if flash.info is defined %}
{{ flash.info.0|raw }}
{% endif %}
{% if permission.has('files.create') %}

/public/{% if directory is not empty %}{{ directory }}{% endif %}

{% if permission.has('files.create') %}
{% endif %}
{% endif %} {% if permission.has('files.upload') %}

/public/

Please edit the path location above before you upload files. They will automatically be placed in the directory you specify above. Simply click next to /public/ and begin typing. You can change this each time you upload a new file without having to press anything else.

Connecting...

{% endif %}
{% endblock %}