From 0ac128d6a2df3a84f49a4d86cfbf501bbbb52a43 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 1 Jun 2025 00:01:49 +0400 Subject: feat: file thumbnails --- public/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 5e2f77a..b85dadf 100644 --- a/public/index.php +++ b/public/index.php @@ -263,11 +263,13 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/partials.php'; function addUploadedFile(file) { return `
+
- ${file.id}.${file.extension} +

No thumbnail.

+

${file.id}.${file.extension}

${file.mime}

-- cgit v1.2.3