php upload large video code example

Example 1: how to upload large video file in php

upload_max_filesize = 50M
post_max_size = 50M
max_input_time = 300
max_execution_time = 300

Example 2: 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

Tags:

Php Example