{% extends "base_manage.html" %} {% set active_page = 'upload' %} {% block head %} {% endblock %} {% block title %}Loader{% endblock %} {% block options %}
File Upload

Max. file size: {{ MAX_FILE_SIZE_INT }} {{ MAX_FILE_SIZE_UNITS}}B -- Formats Supported: .txt, .html, .xml, .sgml, and .lexos

{% if session['generalsettings']['beta_onbox'] %}

Or use web scraper (beta test) instead.

{% endif %}

Ready For Files To Upload

Or drop files here
{% endblock %} {% block previews %}
{% endblock %}