{% extends "base.html" %} {% load static %} {% block title %}DICOM Upload{% endblock %} {% block css %} {% endblock %} {% block content %}

DICOM Upload

0
Total Files
0
Successful
0
Processing
0
Failed

Upload DICOM Files

Drag and drop DICOM files here

or click to browse and select files

Supported formats: .dcm, .dicom, .ima
Maximum file size: 100MB per file

Upload Queue

No files selected

Select DICOM files to begin uploading

Upload Progress

Overall Progress 0%
Current File 0%
Upload Speed
0 MB/s
Time Remaining
--:--

Validation Settings

Check file format and structure
Prevent duplicate uploads
Automatically match to existing studies
Create preview images

Recent Uploads

{% for upload in recent_uploads %}
{{ upload.filename|truncatechars:20 }}
{{ upload.uploaded_at|timesince }} ago
Success
{% empty %}
No recent uploads
{% endfor %}
{% endblock %}