-
常用ASP函数,能帮您解决很多问题。提高系统能力。
常用ASP函数,能帮您解决很多问题。提高系统能力。-common ASP function, can help you solve many problems. Improving the capacity of the system.
- 2022-12-21 21:30:02下载
- 积分:1
-
程式名称: class UpLoad 程式分类: PHP Class 下载 / 档案目录 程式大小: 3.4 KB 板面预览: 没有样板 程式简介: 这个 cl...
程式名称: class UpLoad 程式分类: PHP Class 下载 / 档案目录 程式大小: 3.4 KB 板面预览: 没有样板 程式简介: 这个 class 是用作处理透过 HTML 表单上传档案。 支援预览上传图片,以及提供错误控制。-program name : class UpLoad programs Categories : PHP Class download/archive directory programs Size : 3.4 KB board preview : No programming model description : This class is used for processing through the HTML form to upload files. Support preview upload pictures, and provide error control.
- 2022-01-22 08:10:42下载
- 积分:1
-
网站源,代码 网站源,代码
网站源,代码 网站源,代码-Web site source code site source code
- 2023-07-07 02:05:06下载
- 积分:1
-
我做的个人主页,用ASP,frontpage,dreamweaver 做的,里面还有一个流言簿,用ACCESS做的,界面美观,可爱!!近来看看吧,不但可以学习做...
我做的个人主页,用ASP,frontpage,dreamweaver 做的,里面还有一个流言簿,用ACCESS做的,界面美观,可爱!!近来看看吧,不但可以学习做网页还可以让你得到美感哦-personal home page, using ASP, frontpage, Dreamweaver do, there is also a rumor books ACCESS done, beautiful interface, lovely! ! Recently, let"s see it, it can not only learn to website also lets you get a beauty! !
- 2023-03-03 09:05:04下载
- 积分:1
-
自己写的一个网上订餐系统,主要适用C# ASP。net
自己写的一个网上订餐系统,主要适用C# ASP。net-Wrote it myself an online reservation system, the main application of C# ASP. net
- 2022-03-04 21:42:01下载
- 积分:1
-
ewdewfrewf rewu 真无聊 这样的网站还怎么生存 煞笔
ewdewfrewf rewu 真无聊 这样的网站还怎么生存 煞笔-ewdewfrewf rewu really boring this site also how to survive Shabi
- 2022-03-17 23:34:44下载
- 积分:1
-
Perl的Win32快速参考
PERL Win32 Quick Reference
Author: Jialong He
- 2022-12-11 08:55:03下载
- 积分:1
-
e人畅想公用日记本 v1.0 erenreg.asp文件中可以修改超级用户名和密码,分页记录,标头!...
e人畅想公用日记本 v1.0 erenreg.asp文件中可以修改超级用户名和密码,分页记录,标头! -e communal diary v1.0 erenreg.asp this document can be amended super user name and password, tab records header!
- 2023-03-11 14:50:04下载
- 积分:1
-
php for fetion
php版fetion类,压缩包中有vs_fetion(socket版).class.php和vs_fetion.class.php两个文件,视实际情况使用,协议是一样的,只是使用的php扩展不同,一般来说vs_fetion.class.php的兼容性更好一些。
-php for fetion
- 2022-02-10 04:56:16下载
- 积分: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