@extends('layouts.app') @section('content')

Upload Files to {{ $folder->name }}

@csrf
You can select multiple files. Maximum file size: 10GB per file. No limit on total files.
@error('files') {{ $message }} @enderror @error('files.*') {{ $message }} @enderror
Back to Folder
Upload Tips
  • You can select multiple files at once using Ctrl+Click or Cmd+Click
  • Drag and drop is not supported in this version, use the file picker
  • Each file can be up to 10GB in size
  • All file types are supported
  • Files will be stored securely and can only be accessed by you and administrators
@endsection @push('scripts') @endpush