Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

The video failed to upload video in laravel in cpanel



Sometimes this error is caused by php.ini. The file size is more than 2M, because its a video file.

go to C:xamppphp directory and open php.ini with your editor. find upload_max_filesize and post_max_size, and change to 100M.
then restart Apache server and you are good to go
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #The #video #failed #upload #video #laravel #cpanel
ADD COMMENT
Topic
Name
8+7 =