Download the PHP package mehrdad-dadkhah/php-fine-uploader without Composer
On this page you can find all versions of the php package mehrdad-dadkhah/php-fine-uploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mehrdad-dadkhah/php-fine-uploader
More information about mehrdad-dadkhah/php-fine-uploader
Files in mehrdad-dadkhah/php-fine-uploader
Package php-fine-uploader
Short Description upload chunks file. use to upload big files
License GPLv3
Homepage https://github.com/Mehrdad-Dadkhah/php-fine-uploader
Informations about the package php-fine-uploader
php-fine-uploader
php lib for use fine-uploader js as client and upload big files with separate to chunks files. This libarary is base on chunks-uploader.
Installation
Usage
Custome file name
If want to set output file name try use setUploadName() function before fire finishUpload() function:
If don't set name your file name be with structur YYYY_m_d_hashname.mp4 and in final resutl generated name will be return.
Check and generate output directory
If want to script make output directory automatically just set it:
Temp directory
If want to generate file in a temp directory and then move to main upload directory you can use setTempDirectory() function:
Max upload size
ChunksUploader calculate uploaded file size (sum of chunks) and compare with upload_max_filesize ini config. If want to stop bigger file at first request for better ux can pass total main file size in bytes:
And can overwrite upload_max_filesize by:
License
hls-video-generater is licensed under the GPLv3 License.