-
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
-
文件合并器,将多个文件合并到一个文件,文件名需要以固定格式进行命名,否则无法处理。...
文件合并器,将多个文件合并到一个文件,文件名需要以固定格式进行命名,否则无法处理。-documents for the merger, a number of documents will be merged into one document, from the need for a fixed format named, not handling.
- 2022-08-12 09:33:12下载
- 积分:1
-
一套用vc写的源码,可以压缩和解压缩的解压缩文件,提供了ocx和dll两种格式可供调用...
一套用vc写的源码,可以压缩和解压缩的解压缩文件,提供了ocx和dll两种格式可供调用-vc write with a set of source code, can compress and decompress compressed documents, and provided a randomly dll both formats can be deployed
- 2022-05-07 00:32:36下载
- 积分:1
-
SPI这个RAR文件使用闪烁的串行闪存
spi rar this rar file use to flashing serial flash
- 2022-05-31 21:51:00下载
- 积分:1
-
stc头文件
这是STC的头文件,自己刚好用到,就传一下。希望对大家有帮助!
- 2023-04-12 11:35:03下载
- 积分:1
-
日志文件处理,根据应用程序的需要,及时处理成理想的日志文件,便于分析。...
日志文件处理,根据应用程序的需要,及时处理成理想的日志文件,便于分析。-Deal with log files, according to application needs, as an ideal and timely treatment of the log file for analysis.
- 2022-02-27 04:25:56下载
- 积分:1
-
文件打开、上传、以及导入数据库,值得参考的demo
文件打开、上传、以及导入数据库,值得参考的demo-document is opened, upload and import database worthy reference demo
- 2023-02-08 01:10:04下载
- 积分:1
-
对Winodws平台文件所有操作(文件信息,复制 粘贴, 剪切 删除,重命名,强制删除,强制重命名,全盘搜索,),的类封装,代码规范, 调用接口简单...
对Winodws平台文件所有操作(文件信息,复制 粘贴, 剪切 删除,重命名,强制删除,强制重命名,全盘搜索,),的类封装,代码规范, 调用接口简单
- 2022-03-21 02:22:51下载
- 积分:1
-
good with the language plug
很好用的AE文字插件-good with the language plug-AE
- 2022-08-23 04:38:46下载
- 积分:1
-
E
An e-book of File Structures
- 2022-01-21 04:12:27下载
- 积分:1