commit d8959c2a6e61a3dac1de8b1e77e16c20e209c694
parent 67bd1eba0d8db754ef58f8ec890236c971b64324
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Tue, 21 Jul 2026 10:01:59 +0530
Add maximum file size note to upload section
Added a note about the maximum file size for uploads.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/index.html b/index.html
@@ -82,6 +82,7 @@
<span class="material-symbols-outlined text-[48px] text-m3-primary dark:text-m3-primaryDark mb-4">upload</span>
<span class="text-base font-semibold">Click, drag, or paste (Ctrl+V) files</span>
<span class="text-sm mt-1 text-m3-onSurfaceVariant dark:text-m3-onSurfaceVariantDark">Multiple files supported · any type</span>
+ <span class="text-sm mt-1 text-m3-onSurfaceVariant dark:text-m3-onSurfaceVariantDark">Maximum 4.4 MB each batch</span>
<input type="file" id="file-input" class="hidden" multiple>
</div>