本文介绍了您没有选择要上传的文件.PHP 代码点火器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!
问题描述
我正在尝试实现发布功能,并希望从 php 视图中选择消息和图像.我的消息功能运行良好.但是在上传图片时,我收到一个错误您没有选择要上传的文件.这是我的控制器功能
函数 post_func(){session_start();echo $post_message=$_POST['post'];echo $share_with=$_POST['share_with'];echo $image=$_POST['image'];如果($图像==空){echo "<br/>没有图像<br/>";}别的{////////////////////////////////////////////////////////////////////////////////////////$config['upload_path'] = './application/css';$config['allowed_types'] = 'gif|jpg|png';$config['max_size'] = '100';$config['max_width'] = '1024';$config['max_height'] = '768';$this->load->library('upload', $config);$this->upload->initialize($config);如果 ( !$this->upload->do_upload()){$error = array('error' => $this->upload->display_errors());回声<br/>";echo $this->upload->display_errors();echo "<br/> 图像错误<br/>";}别的{echo "<br/> 到达 <br/>";session_start();$this->membership_model->insert_images($this->upload->data(),$email);$data = array('upload_data' => $this->upload->data());echo "<br/问题<br/>";}///////////////////////////////////////////////////////////////////////////////////////
The End



大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)