{% extends "base.html" %} {% block title %}Add New File{% endblock %} {% block scripts %} {{ parent() }} {% endblock %} {% block servername %} {% endblock %} {% block sidebar %}
{{ lang.sidebar_acc_actions }} {{ lang.sidebar_settings }} TOTP {{ lang.sidebar_settings }} {{ lang.sidebar_servers }}
{{ lang.sidebar_server_acc }} {{ lang.sidebar_overview }} {% if permission.files.view == true %}{{ lang.sidebar_files }}{% endif %} {% if permission.users.view == true %}Manage Subusers{% endif %} {% if permission.manage.view == true %}{{ lang.sidebar_manage }}{% endif %}
{% endblock %} {% block content %}
{% if permission.files.create == true %}

/server/{% if get.dir != 1 %}{{ get.dir }}{% endif %}

{% if permission.files.create == true %}
{% endif %}
{% endif %} {% if permission.files.upload == true %}

/server/{% if get.dir != 1 %}{{ get.dir }}{% endif %}

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 /server/ and begin typing. Once you have done this please click the button below to initalize the uploader.

After a file is completed uploading it may appear that the page hangs and that the file is stuck with 0 seconds remaining. This is because we are playing with bits in the background and depending on the size of the file this might take some time. For very large files we highly suggest using your FTP client to upload files as it will be much quicker.
{% endif %}
{% endblock %}