summaryrefslogtreecommitdiff
path: root/Pages/Gallery.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-28 14:14:49 +1000
committerJake Mannens <jake@asger.xyz>2025-08-20 00:48:43 +1000
commita1146209ad587bc1af93b2b643d63d41444b9029 (patch)
treef1e79fed1b244d127583e8089de9bb2bdd8f523e /Pages/Gallery.razor
parent80b4d47b3181fdbe597c50fe5ca753552b2dbfcb (diff)
Completed initial version of upload page
Diffstat (limited to 'Pages/Gallery.razor')
-rw-r--r--Pages/Gallery.razor5
1 files changed, 0 insertions, 5 deletions
diff --git a/Pages/Gallery.razor b/Pages/Gallery.razor
index 41125fc..eea051c 100644
--- a/Pages/Gallery.razor
+++ b/Pages/Gallery.razor
@@ -9,11 +9,6 @@
<link rel="stylesheet" href="@(nameof(HyperBooru)).styles.css"/>
-<form id="upload" action="/media" method="post" enctype="multipart/form-data">
- <input type="file" id="myFile" name="filename" multiple/>
- <input type="submit" />
-</form>
-
@foreach(var media in Media) {
<a href="/ViewMedia?m=@(media.Guid)">
<img src="/media/thumb/@(media.Guid)?h=200" />