{% extends "portal_base.html" %} {% block title %}Upload Files - OTB Cloud{% endblock %} {% block portal_content %}

Upload Files

{{ user_email }}

Upload files into the {{ device.device_name }} device originals area.

Back to Dashboard
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ category|capitalize }}: {{ message }}
{% endfor %}
{% endif %} {% endwith %}

Upload to {{ device.device_name }}

Selected files will be stored as immutable originals.

{{ device.device_type|capitalize }}
Cancel
Files uploaded here are stored in the device originals folder and recorded in the database.
{% endblock %}