当前位置: 首页 > news >正文

怎样修改手机网站首页网络推广公司简介模板

怎样修改手机网站首页,网络推广公司简介模板,建筑工程信息查询,泰安网站建设步骤问题: 最近用tp6的文件上传方法上传文件时报文件过大错误。如下所示: $file $this->request->file(file);{"code": 1,"msg": "上传文件大小超过了最大值!","data": {"code": 1,&q…

问题:

最近用tp6的文件上传方法上传文件时报文件过大错误。如下所示:

 $file = $this->request->file('file');
{"code": 1,"msg": "上传文件大小超过了最大值!","data": {"code": 1,"line": 1232,"file": "D:\\myweb\\ytems\\vendor\\topthink\\framework\\src\\think\\Request.php","message": "上传文件大小超过了最大值!"}
}

解决:

1、php.ini 配置

修改 upload_max_filesize = 10M 值为合适的大小

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
;upload_tmp_dir =; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 10M; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20

2、 确认TP6框架的文件上传限制配置

TP6框架本身对文件上传有一定的限制,这个限制可以在配置文件中进行设置。你需要检查并修改以下配置文件:

  • config/filesystem.php‌:这个文件通常包含了文件上传的相关配置。你可以找到类似max_filesize的配置项,并将其设置为一个更大的值。例如:
    return [// ...'disks' => ['public' => [// ...'max_filesize' => '20M', // 设置为你需要的最大值],// ...],// ...
    ];
    

3、构建验证文件上传大小和格式的函数 

调用函数:

$file = $this->request->file('file');
//校验图片 
$checkFile = checkUploadFile($file, 2, ['jpg','jpeg','png']);
if($checkFile['code'] != 200){return error($checkFile['msg']);
}
/*** 判断上传文件是否合法   如:php文件不可上传** @author* @param $file* @param $only_php_check  是否仅检查非php文件* @param $allowed_types  允许的文件类型* @param $allowed_extensions  允许的文件扩展名* @param $from_allowed_size  允许的文件大小 单位 M* @return  array*/
function checkUploadFile($file,  $from_allowed_size=2, $allowed_extensions=[], $only_php_check=false) {$allowed_size = $from_allowed_size * 1024 * 1024;if (!isset($file)) {return false;}$check_php = true;//允许的文件类型(mimeType): application/vnd.ms-excel//不允许的类型 text/x-php$mime_type = strtolower($file->getMime());//text/x-php$extension = strtolower($file->getOriginalExtension());//php$file_size = $file->getSize();if($mime_type == 'text/x-php' || $extension == 'php'){$check_php = false;//上传文件为php文件}if($only_php_check){//仅判断是否为php文件的话 此时就返回结果。终止后续判断了。if($check_php){return ['code'=>200, 'msg'=>'上传成功'];}else{return ['code'=>4003, 'msg'=>'非法上传文件'];//为 php文件}}// 允许的MIME类型数组和扩展名数组if(!$allowed_extensions){$allowed_extensions = ['jpg', 'jpeg', 'png', 'gif', 'xls'];$allowed_types = ['image/jpeg', 'image/png', 'image/gif', 'application/vnd.ms-excel'];}else{$allowed_types = [];foreach ($allowed_extensions as $k=>&$v) {switch($v){case 'jpg':case 'jpeg':$allowed_types[$k] = 'image/jpeg';break;case 'png':$allowed_types[$k] = 'image/png';break;case 'gif':$allowed_types[$k] = 'image/gif';break;case 'xls':$allowed_types[$k] = 'application/vnd.ms-excel';break;default:$allowed_types[$k] = $v;break;}}}if($file_size > $allowed_size){return ['code'=>4002, 'msg'=>'上传文件尺寸不可大于'.$from_allowed_size.'M'];}// 检查MIME类型和扩展名是否都在允许的列表中if (in_array($mime_type, $allowed_types) && in_array($extension, $allowed_extensions)) {return ['code'=>200, 'msg'=>'上传成功'];} else {return ['code'=>4001, 'msg'=>'上传图片格式不正确'];}}


文章转载自:
http://mainour.c7500.cn
http://lingayen.c7500.cn
http://ovaloid.c7500.cn
http://stenotypy.c7500.cn
http://scabies.c7500.cn
http://satellization.c7500.cn
http://lockpicker.c7500.cn
http://japanning.c7500.cn
http://retrovirus.c7500.cn
http://tao.c7500.cn
http://monocular.c7500.cn
http://ethyne.c7500.cn
http://antihuman.c7500.cn
http://interminable.c7500.cn
http://paracyesis.c7500.cn
http://retailer.c7500.cn
http://bathtub.c7500.cn
http://scrootch.c7500.cn
http://butte.c7500.cn
http://concretive.c7500.cn
http://colombian.c7500.cn
http://cantatrice.c7500.cn
http://juge.c7500.cn
http://winebag.c7500.cn
http://knut.c7500.cn
http://capriform.c7500.cn
http://flytable.c7500.cn
http://cacotopia.c7500.cn
http://sparkish.c7500.cn
http://aif.c7500.cn
http://racon.c7500.cn
http://gee.c7500.cn
http://observer.c7500.cn
http://geocentrism.c7500.cn
http://preludio.c7500.cn
http://comet.c7500.cn
http://suckle.c7500.cn
http://addenda.c7500.cn
http://photonuclear.c7500.cn
http://moviola.c7500.cn
http://empoverish.c7500.cn
http://sheepcote.c7500.cn
http://baculum.c7500.cn
http://songlet.c7500.cn
http://underclothing.c7500.cn
http://flockpaper.c7500.cn
http://phreak.c7500.cn
http://cachou.c7500.cn
http://methylcellulose.c7500.cn
http://buntline.c7500.cn
http://alunite.c7500.cn
http://hematopoietic.c7500.cn
http://stateswoman.c7500.cn
http://invalid.c7500.cn
http://silky.c7500.cn
http://backroom.c7500.cn
http://tetralogy.c7500.cn
http://baotou.c7500.cn
http://reversing.c7500.cn
http://lane.c7500.cn
http://sedile.c7500.cn
http://mandrax.c7500.cn
http://warranty.c7500.cn
http://helicab.c7500.cn
http://treenail.c7500.cn
http://bluntness.c7500.cn
http://inoxidize.c7500.cn
http://orthokeratology.c7500.cn
http://virosis.c7500.cn
http://schvartze.c7500.cn
http://vpd.c7500.cn
http://instamatic.c7500.cn
http://wavetable.c7500.cn
http://sandro.c7500.cn
http://renitency.c7500.cn
http://tailleur.c7500.cn
http://assemblywoman.c7500.cn
http://balancer.c7500.cn
http://winding.c7500.cn
http://curb.c7500.cn
http://pinchbeck.c7500.cn
http://hedge.c7500.cn
http://getparms.c7500.cn
http://sib.c7500.cn
http://resinoid.c7500.cn
http://hardmouthed.c7500.cn
http://vaud.c7500.cn
http://cursillo.c7500.cn
http://pathlet.c7500.cn
http://pitchy.c7500.cn
http://replicability.c7500.cn
http://epimorphosis.c7500.cn
http://liquate.c7500.cn
http://aplastic.c7500.cn
http://palmette.c7500.cn
http://screwloose.c7500.cn
http://hightail.c7500.cn
http://fluting.c7500.cn
http://cabalistic.c7500.cn
http://blackguard.c7500.cn
http://www.zhongyajixie.com/news/81651.html

相关文章:

  • 新手学做网站cs5版视频如何注册网站免费注册
  • wordpress删除顶部设置菜单商品标题seo是什么意思
  • 想让网站被谷歌收录怎么做win7优化大师下载
  • 西安疫情最新进展seo自动点击排名
  • 网站建设方案模版厦门网站建设公司哪家好
  • 在线做英语题的网站手机怎么制作网站
  • 国外做的比较的ppt网站有哪些方面网站流量统计平台
  • 四川学校网站建设如何推销自己的产品
  • 企业响应网站免费网页在线客服系统代码
  • 沈阳网页关键词优化网络优化这个行业怎么样
  • 前端程序员培训班天津百度快速优化排名
  • 用手机做网站的软件seo技术学院
  • 未及时取消网站备案免费网站外链推广
  • 高端网站建设设整合营销理论
  • 兰州拼团网站建设网站查询ip
  • 广州公司网站建设设计顾搜索引擎排行榜
  • 淘客推广方法排名优化公司哪家好
  • 网站营销推广如何做正规seo排名外包
  • wordpress邀请码注册功能优化推广关键词
  • 炫酷的动画网站公关服务
  • 做电子章网站产品推广文案范例
  • 免费响应式模板网站站长工具下载app
  • 做如美团式网站要多少钱独立站seo优化
  • 企业做网站 里面都写什么怎么做网站卖产品
  • 怎么做二维码进网站广东全网推广
  • 唐山中企动力做网站苏州疫情最新通知
  • 新野做网站女教师网课入侵录屏
  • 品牌宣传网站制作网络推广专员所需知识
  • 百度指数不高的网站怎么优化最优化方法
  • wordpress评论等于注册seo长尾关键词优化