@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

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.
You can configure the video converter settings from FFMPEG Settings below.

Turn on the ability for users to share and upload reels.
You can configure the video converter settings from FFMPEG Settings below.

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.

Upload & File Limits
Important: Make sure you don't allow PHP, JS, HTML, XML, XPHP, PHP5 files, your site could be at risk if you do so.
Only those type of files user can upload to your site. (separated with comma,)
Only those MIME-type of files user can upload to your site. (separated with comma,)
Set the max upload size a user can use for uploading files, videos, music and images.
Set the image compression level, the higher you choose the less quality you'll get.

FFMPEG Video Converter Settings


FFMPEG Configuration

This system will compress, convert, and optimize videos to mp4.
This system requires "ffmpeg" to be installed in your server.

Example: Linux(/usr/bin/ffmpeg) or Windows(C:\\ffmpeg\bin\ffmpeg.exe)
This affects the encoding speed. Using a slower preset gives you better compression, or quality per filesize, whereas faster presets give you worse compression and higher filesize.
Only those type of videos user can upload to your site. (separated with comma,)
Only those MIME-type of videos user can upload to your site. (separated with comma,)
Info: For more information on how to setup FFMPEG, please visit our Documentation page.
Make sure to debug FFMPEG below after configuring ffmpeg.
Debug FFMPEG
This feature will test the FFMPEG Configuration and make sure the system is working fine.

Storage & CDN Configuration


Important: You can't enable two or three storages at the same time, if you enable FTP, amazon s3 will be automatically disabled, same for amazon s3, Digitalocean and Google.
Info: For more information on how to setup third party storage, please visit our Documentation page.

Changes will be applied to all upload settings immediately.

@include('admin.update_settings') @endsection