diff options
| author | grothedev <grothedev@gmail.com> | 2026-01-09 20:02:23 -0500 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2026-01-09 20:02:23 -0500 |
| commit | a8446acd5a32f43534260cbe16225cfa975e18f2 (patch) | |
| tree | d0a42bd9cb319758db803878523187978458c157 /resources/views/files | |
| parent | 57445d4ccbfe1cb190437c8f6b609fc83723b015 (diff) | |
Diffstat (limited to 'resources/views/files')
| -rw-r--r-- | resources/views/files/upload.blade.php | 2 |
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) }}" |
