Update upload instructions to include text data in file selection

This commit is contained in:
2026-01-06 16:57:39 +01:00
parent d7d8e4ebbf
commit a84f6209f2

View File

@@ -15,7 +15,7 @@
<div class="upload-area">
<input type="file" id="fileInput" accept="image/*" style="display: none;">
<div id="uploadZone" class="upload-zone">
<p>Click to select file, paste image data, or drag & drop</p>
<p>Click to select file, paste image, text data, or drag & drop</p>
</div>
</div>
</div>