-
简单的php文件上传源码
1,通用组件,图形化文件上传2.文件命名可定制3.完全开源
- 2022-02-03 20:26:17下载
- 积分:1
-
This Document for open CD Drive
This Document for open CD Drive-This is Document for open CD Drive
- 2023-01-06 05:45:04下载
- 积分:1
-
Batch file encryption, the encryption algorithm can be increased or on
实现文件批量加密,其加密算法可以自选或者另行增加加密算法,其扩展方便-Batch file encryption, the encryption algorithm can be increased or on-demand encryption algorithm, the expansion of convenience
- 2023-02-25 14:35:04下载
- 积分:1
-
file to view documents in PDF,
file to view documents in PDF,
- 2022-05-01 02:39:44下载
- 积分:1
-
可以将一个大文件分成多个小文件,然后可以将多个小文件合并成一个大文件...
可以将一个大文件分成多个小文件,然后可以将多个小文件合并成一个大文件-Can be a large file into multiple small files, and then a number of small files can be merged into one large file
- 2022-02-01 22:05:07下载
- 积分:1
-
打开一个文件,将不对齐的源代码进行对齐缩进等操作,相当于格式化字符串...
打开一个文件,将不对齐的源代码进行对齐缩进等操作,相当于格式化字符串-Open a file, will not be aligned source code indentation, such as alignment operation, the equivalent of formatted string
- 2022-10-05 20:10:03下载
- 积分:1
-
VB文件检索程序,支持根据后缀名查找,文件内容匹配
资源描述VB文件检索程序,支持根据后缀名查找文件,根据搜索内容和文件内容匹配查找相应文件,适用于在大量代码文件中查找特点语句。软件运行效果图:。文件检索速度取决于文件数量和硬盘读写速度。
- 2022-11-27 05:10:03下载
- 积分:1
-
Source for DB V1.0 with ISAM File Manager
Source for DB V1.0 with ISAM File Manager
- 2023-05-28 17:35:03下载
- 积分:1
-
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
-
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;...
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;-since the preparation of a list of designated clearing procedures; I used it to launch the windows, remove the temporary directory;
- 2022-06-29 05:31:32下载
- 积分:1