shen 发表于 2015-5-26 09:57:22

itop的“事件管理”的“附件功能”上传大小问题

请问“附件上传”超过700K就没反应,这个问题怎么改

zyhu 发表于 2015-5-26 13:16:45

查阅或修改php.ini里upload_max_filesize项参数。

shen 发表于 2015-5-27 11:13:42

试过了,没有效果。附件超过1M就没有反应,求解答

sfdsfsdfsfs 发表于 2016-6-27 15:26:46

The uploaded files are stored into the MySQL database, each file in one query. Therefore the maximum size allowed for a query MUST BE BIGGER than the maximum size of the uploaded file. This is configured via the variable max_allowed_packet in the my.cnf configuration file (on the MySQL server).

改下mysql的配置参数max_allowed_packet。

sfdsfsdfsfs 发表于 2016-6-27 15:28:51

shen 发表于 2015-5-27 11:13
试过了,没有效果。附件超过1M就没有反应,求解答

默认情况下,应该可以上传2M大小以内的文件。如果你是1M的文件都不能上传,那可能是其它问题导致的。
页: [1] 2
查看完整版本: itop的“事件管理”的“附件功能”上传大小问题