-
一个ASP文件上传类
一个ASP文件上传类-an ASP file uploads category
- 2022-03-13 19:53:37下载
- 积分:1
-
Flash appreciate download asp
Flash欣赏下载系统 asp-Flash appreciate download asp
- 2022-07-02 12:17:19下载
- 积分:1
-
这是一个用asp编写的在线影院管理系统,这个系统的用户名是admin....
这是一个用asp编写的在线影院管理系统,这个系统的用户名是admin.-This is a preparation with the asp-theater management system, the system is the user admin.
- 2022-06-21 11:09:12下载
- 积分:1
-
python开发的pub/sub服务,代码量很小,却基本完成了pub/sub服务全部功能。...
python开发的pub/sub服务,代码量很小,却基本完成了pub/sub服务全部功能。-python development of pub/sub services, the code is very small, it has basically completed its pub/sub services to full functionality.
- 2022-08-17 06:43:51下载
- 积分:1
-
Database using the database accesss, App_Data/database.mdb for the database file...
数据库采用的是Accesss数据库,App_Data/database.mdb为数据库文件,默认
默认管理员帐号/密码:51aspx/51aspx
论文.doc为完整论文文件-Database using the database accesss, App_Data/database.mdb for the database file, the default default administrator account/password: 51aspx/51aspx thesis. Doc file for the complete paper
- 2022-01-22 09:05:10下载
- 积分:1
-
特殊格式的PHP压缩解压类,方便站长同步自己的空间和电脑上的文件。...
特殊格式的PHP压缩解压类,方便站长同步自己的空间和电脑上的文件。-Special format compression decompression PHP class to facilitate their own space station synchronization and computer documents.
- 2022-03-16 04:25:07下载
- 积分:1
-
是一个班级学习网站可以上传视频语音教程等
是一个班级学习网站可以上传视频语音教程等-Is a classroom-learning site can upload videos Voice tutorials
- 2022-10-25 18:30:03下载
- 积分:1
-
English Language Pack (3.07)
简体中文语言包(3.07)-English Language Pack (3.07)
- 2022-05-05 17:40:59下载
- 积分:1
-
用JSP编写实现的一个在线考试系统,大家可以参照其中的方法编写一些常用的程序...
用JSP编写实现的一个在线考试系统,大家可以参照其中的方法编写一些常用的程序-prepared achieve an online examination system, we can refer to the methods used to prepare some of the procedures
- 2022-10-29 14:25:03下载
- 积分:1
-
功能列表
功能列表
- 理论上可以上传无限大的文件
- 实时显示上传状态、进度
- 支持多文件上传以及与表单混合上传
- 方便的用户调用接口
- 兼容不同浏览器
- ...
注意:
1. UPU需要php4.3.0及其以上版本,并打开socket扩展
2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在
upu.class.php中指定。
3. 你的中要有enctype="multipart/form-data"这个属性,action为文件上传成功后
的处理页面,也就是说你的完全按照正常的思路来写就可以了,唯一不同的是需
要加入onsubmit="return upuInit(this)"
4. 上传成功后,可以使用$_POST来获取表单数据,如果是普通表单,直接
$_POST[ 表单名称 ]即可获得其值,如果是一个文件,则返回这样一个数组
$_POST[ 表单名字 ] = Array (
[filename] =>
[clientpath] =>
[savepath] =>
[filetype] =>
[filesize] =>
[extension] =>
)
-function list-theoretically unlimited upload large files-real-time display upload state, progress-support multi-file upload form and mixed with upload-called user-friendly interface-compatible with a variety of browsers- .. . Note : 1. UPU need php4.3.0 and above. and open the socket extension 2. Approved/temp to store temporary files upload directory, Approved/files for
- 2022-04-13 11:28:50下载
- 积分:1