@extends('admin.layouts.home') @section('title', 'Dashboard') @section('content')

Upload Configuration

Upload & File Sharing Configuration

Configure file upload settings and storage options

Upload & File Sharing Configuration
Feature Toggles: Enable or disable specific upload features for your users.

By enabling this feature, the user can share and upload files in your site.

Turn on the ability for users to share and upload videos.

Turn on the ability for users to share and upload reels.

Turn on the ability for users to share and upload music and audio files.

Allow users to upload their own CSS file to design their profile.

Media System Information
Advanced Media System: This system provides granular control over file uploads with type-specific settings.
Security Note: The system automatically blocks dangerous file types like PHP, JS, HTML, XML, etc.
Image Processing
Auto-resize, compress & optimize
Security
MIME validation & threat scanning

All file upload settings are now managed through the Media System Configuration below.

Media System Configuration


Info: Configure the advanced media system settings for file handling and storage.
Image Processing Settings
@csrf

Automatically resize, compress, and optimize uploaded images

Higher quality means larger file sizes

Automatically resize images that exceed maximum dimensions

Automatically create multiple thumbnail sizes for images

Security Settings
@csrf

Scan uploaded files for potential security threats

Comma-separated list of allowed MIME types
Comma-separated list of blocked file extensions

Media Types Configuration


Info: Configure file size limits and allowed extensions for different media types.
Avatar Settings
@csrf
Maximum file size for avatar uploads (in KB)
Comma-separated list of allowed file extensions
Cover Image Settings
@csrf
Maximum file size for cover image uploads (in KB)
Comma-separated list of allowed file extensions
General Image Settings
@csrf
Maximum file size for general image uploads (in KB)
Comma-separated list of allowed file extensions
Video Settings
@csrf
Maximum file size for video uploads (in KB)
Comma-separated list of allowed file extensions
Document Settings
@csrf
Maximum file size for document uploads (in KB)
Comma-separated list of allowed file extensions
Storage Configuration

Configure your storage providers (S3, Wasabi, DigitalOcean, etc.) and CDN settings.

Configure Storage
@include('admin.update_settings') @endsection