video file upload template php code example
Example 1: how to upload large video file in php
D:\http\test>composer require moxiecode/plupload
Using version ^3.1 for moxiecode/plupload
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing moxiecode/plupload (v3.1.2): Downloading (100%)
Writing lock file
Generating autoload files
Example 2: how to upload large video file in php
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_input_time 300
php_value max_execution_time 300