这是我在实时服务器的 如此高配置我只能上传50mb视频。 但是当我尝试上传100mb或超过100mb后,100%上传其说 p>
内部服务器错误。
服务器遇到内部错误或配置错误,无法完成您的请求 p>
blockquote>
为什么会出现此错误?
但是在我的localhost中我可以上传超过100mb的视频 。 了解如何处理大型视频上传。 p>
div> php.ini code>中的设置。 p >
<代码>的post_max_size = 1700M,
upload_max_filesize = 1500M,
max_execution_time = 5000,
max_input_time = 5000,
memory_limit = 1800M
代码> PRE>
Here is my settings in the php.ini
in the live server .
post_max_size=1700M,
upload_max_filesize=1500M,
max_execution_time=5000,
max_input_time=5000,
memory_limit=1800M
with such higher configuration I can upload only 50mb video . But when I am trying to upload 100mb or more than 100mb after 100% uploading its says
Internal Server Error. The server encountered an internal error or misconfiguration and was unable to complete your request
Why this error occurred ? But in my localhost I can upload video over 100mb . Give an idea about how to deal with large video upload .