摘要:
CodeIgniter文件上传错误:the filetype you are attempting to upload is not allowed 在本地lnmp测试环境文件上传成功,代码移至到生成环境后,提示 the filetype you are attempting to upload i 阅读全文
posted @ 2019-05-06 14:20
lei林鹏
阅读(682)
评论(0)
推荐(0)
摘要:
CodeIgniter文件上传错误:escapeshellarg() has been disabled for security reasons 原因:escapeshellarg函数被禁止 解决方法: 1、修改PHP配置文件php.ini,找到 disable_functions 字段,删除 e 阅读全文
posted @ 2019-05-06 14:11
lei林鹏
阅读(282)
评论(0)
推荐(0)