-
CI框架上传类改写,支持多附件上传
CI框架上传类改写,
原来的程序只支持一个附件上传,并不支持控件数组上传。
现已修改支持多附件上传。将该文件放到自己程序目录中的libraries文件夹下。
调用如下:
// 附件上传处理
$folder = date("Ym");
$upload_dir = APPPATH . "/app/upload/".$folder;
$config["upload_path"] = $upload_dir;
$config["allowed_types"] = "gif|jpg|png|txt|doc|docx|xls|xlsx|ppt|pptx|pdf";
$config["max_size"] = "5120";
$config["max_width"] = "0";
$config["max_height"] = "0";
$config["max_filename"] = "0";
$config["overwrite"] = false;
$config["encrypt_name"] = true;
$config["remove_spaces"] = true;
$this->load->library("upload", $config);
$field_name = "att";
if (!$this->upload->do_upload($field_name, true))
{
// 出错
$error = array("error" => $this->upload->display_errors());
} else {
// 正
- 2022-05-05 09:14:31下载
- 积分:1
-
Calcola la risposta 变速杆 di 联合国 sistema con 广播事业检讨委员会
Il 观 calcola la risposta 变速杆 di 联合国 sistema 广告联合国独奏歌德 di libertà con 屈曲约束的支撑
- 2022-03-20 04:34:43下载
- 积分:1
-
《快译典》电子书文本生成程序,可以定制分割文件的大小,过滤的字符和过滤多余的空行。...
《快译典》电子书文本生成程序,可以定制分割文件的大小,过滤的字符和过滤多余的空行。-"rapid translation of the Code" electronic book text generation procedures can be customized segmentation file size, filtration of the characters and redundant air filtration OK.
- 2022-03-30 04:28:55下载
- 积分:1
-
三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。...
三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。-Samsung nand flash-based file system patents, understanding virtual U-mapping technique is very helpful.
- 2022-04-10 00:03:44下载
- 积分:1
-
实现对磁盘文件递归搜索,利用回调函数来实现对搜索
实现对磁盘文件递归搜索,利用回调函数来实现对搜索-The realization of recursive search of the disk file, using a callback function to achieve the search
- 2022-05-09 14:38:25下载
- 积分:1
-
读取文本文件的c++类
读取文本文件的c++类-read text files c category
- 2022-11-04 23:40:03下载
- 积分:1
-
a terrific C revenue log processing. Functional strong!
一个很棒的C++开源的日志处理程序。功能很强!-a terrific C revenue log processing. Functional strong!
- 2023-03-20 17:30:04下载
- 积分:1
-
Through the program, you can achieve the update file copy, then you can call the...
通过该程序,可以实现更新文件的拷贝,然后可以调用更新后的文件-Through the program, you can achieve the update file copy, then you can call the updated files
- 2022-08-12 13:53:39下载
- 积分:1
-
便捷批量压缩转移删除文件
该代码用于 Windows 系统下,文件的批量删除、批量压缩与批量转移文件,可以方便高效的实现文件的维护!!!
有需要的可以下载看看
- 2023-07-21 03:40:04下载
- 积分:1
-
C语言强化的绝好原代码,有助于你对C语言的提高
C语言强化的绝好原代码,有助于你对C语言的提高-C language to strengthen the excellent original code, which will help you to improve the C language
- 2022-01-26 01:01:46下载
- 积分:1