laravel-filemanager icon indicating copy to clipboard operation
laravel-filemanager copied to clipboard

How to upload video file?

Open farissyf30 opened this issue 6 years ago • 2 comments

How to upload video file?

this is my source

screenshot_1

In config screenshot_2

error screenshot_4

farissyf30 avatar Jan 26 '19 06:01 farissyf30

I found the issue. You can solve it by simply editing "upload_max_filesize=M"

Illusionist3886 avatar May 01 '19 18:05 Illusionist3886

need to clear cache and config

php artisan config:clear
php artisan cache:clear

j33tmane avatar Jun 21 '20 05:06 j33tmane