summaryrefslogtreecommitdiff
path: root/resources/views/files
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2026-01-09 20:02:23 -0500
committergrothedev <grothedev@gmail.com>2026-01-09 20:02:23 -0500
commita8446acd5a32f43534260cbe16225cfa975e18f2 (patch)
treed0a42bd9cb319758db803878523187978458c157 /resources/views/files
parent57445d4ccbfe1cb190437c8f6b609fc83723b015 (diff)
stuff from claude. good point to commit.HEADmain
Diffstat (limited to 'resources/views/files')
-rw-r--r--resources/views/files/upload.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/files/upload.blade.php b/resources/views/files/upload.blade.php
index 41cf933..7d5fdd2 100644
--- a/resources/views/files/upload.blade.php
+++ b/resources/views/files/upload.blade.php
@@ -47,7 +47,7 @@
<strong>Choose Files</strong>
</label>
<input type="file"
- name="files[]"
+ name="f[]"
id="files"
multiple
accept=".{{ implode(',.', $allowedExtensions) }}"