Regarding upload file size issues
SEAN
SEAN 2018-06-26 11:51:44
0
1
887

upload_max_filesize = 500M

post_max_size = 500M


max_execution_time = 600

max_input_time = 600

memory_limit = 128M

These parameters have been changed. When uploading a video file of more than 300M, the following error is reported. Does anyone know how to solve it?


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@php.cn to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.


SEAN
SEAN

reply all(1)
无忌哥哥

If you don't understand the code, I can't help you if I just report an error.

  • reply print_r($_FILES); If there is nothing, an error will be reported directly.
    SEAN author 2018-06-26 13:42:33
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!