Increase the limit of file download size in Document management system

前端 未结 1 1032
时光说笑
时光说笑 2020-12-19 15:54

I am using the Document Management System which is created on KnowledgeTree frame work. My goal is to Download the stored files. When the files are downloaded the contents a

相关标签:
1条回答
  • 2020-12-19 16:20

    To download large files from server, I have changed the below settings in php.ini file:

    Upload_max_filesize  - 1500 M
    Max_input_time  - 1000
    Memory_limit    - 640M
    Max_execution_time -  1800
    Post_max_size - 2000 M
    

    Now, I am able to upload and download 175MB video on server. Since, I have the dedicated server. So, making these changes were easy.

    See this link

    0 讨论(0)
提交回复
热议问题