{% extends "base.html" %} {% block title %}Upload Files - {{ collection_name or 'Collection' }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Back to Collection

Upload Files to {{ collection_name or 'Collection' }}

Add documents to your collection for indexing and search

📁 Upload Documents

🚀 Drag and drop files here

or

💡 Accepted formats: PDF, TXT, MD, HTML. Text will be extracted and stored securely.

Choose how to store uploaded PDF files:

Upload Instructions

📋 Supported File Types

  • PDF - Documents and reports
  • TXT - Plain text files
  • MD - Markdown documents
  • HTML - Web pages and HTML documents

💡 Tips

  • Upload multiple files at once using drag & drop
  • Files will be automatically processed and indexed
  • You can track processing progress on the collection details page
  • Upgrade text-only documents: Re-upload with "Database (Encrypted)" to add PDF viewing capability
{% endblock %}