-
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
-
这是一个文件操作的相关动态库,函数调用方式参照代码,里面封装了对文件的一写操作,在开发文件服务器的时候会有一定的帮助!...
这是一个文件操作的相关动态库,函数调用方式参照代码,里面封装了对文件的一写操作,在开发文件服务器的时候会有一定的帮助!-This is a document related to the operation of dynamic libraries, function call form the light source inside a package of documents of a write operation, in the development of file server will help!
- 2022-05-05 23:58:42下载
- 积分:1
-
程序运行过程中,鼠标位置的记录与重演
GetCursorPos/SetCursorPos,fwrite/fread...
程序运行过程中,鼠标位置的记录与重演
GetCursorPos/SetCursorPos,fwrite/fread-running process, the position of the mouse and a repeat of the record GetCursorPos/SetCursorPos, fwrite/fread
- 2022-07-01 01:06:38下载
- 积分:1
-
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载...
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载-VC++ 6.0 written on the use of API functions to the file into the recycle bin of the test procedure, welcome everyone to download
- 2023-04-01 13:35:03下载
- 积分:1
-
高考前制作的自用的文言文学习软件。文言文数据收集自网上。...
高考前制作的自用的文言文学习软件。文言文数据收集自网上。
- 2023-07-24 14:00:02下载
- 积分:1
-
动态信道分配算法自动变速器换档策略
在这项工作中,在蜂窝网络中一种新的算法,动态信道分配(DCA)是预sented。自适应地分配信道资源,以响应不同种类需求的能力和干扰,同时保持频谱ê?效率,是重要的考虑因素多媒体无线传输。 DCA技术可以广泛地分类编为图论,数理编程和启发式搜索,或它们的某种组合。数学规划接近DCA[1]考虑的成本函数的最小化,如所分配的带宽根据该信道复用采用上述特定ED的干扰电平的地方约束。许多DCA问题是NP难题。工程方法已经采用轮询可用频道和选择,可以传输之上的干扰阈值或者基于搜索的第一个信道和来自相邻小区借用未使用的通道的[2]。虽然各种算法模型和溶液的技术已经被提出了DCA,这种算法在上下文的性能的时间和空间上变化的茶4 C的需求一直在研究在较小的程度。这项工作的重点是设计技术的NP难DCA问题,并分析其表现在随机的空间和时间变化的需求的过程的存在。在这里,细胞产生在时间上被表示为Typev细胞可变需求。它们是随机分布在7大小的方形蜂窝网格? 7. Typev细胞在空间中的分布的特征在于伯努利分布的概率光伏管辖NC一Typev细胞发生49例细胞。光伏为一个固定的的选择数控确定Typev细胞的平均数量是填充网络
- 2022-02-06 00:39:18下载
- 积分:1
-
对C++初学者很有用的
对C++初学者很有用的-C beginners very useful.
- 2022-01-28 12:50:37下载
- 积分:1
-
BCB document examples of open operation, and converted into Hex format display
BCB文件打开操作示例,并有转换成Hex格式显示功能-BCB document examples of open operation, and converted into Hex format display
- 2022-01-26 05:43:53下载
- 积分:1
-
C程序源代码美化(缩进)工具
C程序源代码美化(缩进)工具-tool about beautifying c code
- 2022-10-05 03:40:03下载
- 积分:1
-
This what extract the MS word file to plain text file. But, It just demo
This what extract the MS word file to plain text file. But, It just demo-This is what extract the MS word file to plain text file. But, It just demo
- 2022-01-26 02:44:12下载
- 积分:1