reddensoft
Banned-Spam
- Oct 7, 2022
- 84
- 9
Hi, I want to upload a video in Php whose size more than 2GB. However I am unable to write the code as it is showing issues. Can anyone suggest me. The video is in the form of embedded code of YouTube.
; Maximum allowed size for uploaded files.
upload_max_filesize = 5G
; Maximum size of POST data that PHP will accept.
post_max_size = 5G
; Maximum execution time of each script, in seconds.
max_execution_time = 3600
; Maximum input time of each script, in seconds.
max_input_time = 3600
; Memory limit to accommodate the large file upload.
memory_limit = 5G