文件名称:UPU
介绍说明--下载内容均来自于网络,请自行研究使用
功能列表
- 理论上可以上传无限大的文件
- 实时显示上传状态、进度
- 支持多文件上传以及与表单混合上传
- 方便的用户调用接口
- 兼容不同浏览器
- ...
注意:
1. UPU需要php4.3.0及其以上版本,并打开socket扩展
2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在
upu.class.php中指定。
3. 你的<form>中要有enctype="multipart/form-data"这个属性,action为文件上传成功后
的处理页面,也就是说你的<form>完全按照正常的思路来写就可以了,唯一不同的是需
要加入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 document storage directory, This directory can be in two upu.class.php designated. 3. You
- 理论上可以上传无限大的文件
- 实时显示上传状态、进度
- 支持多文件上传以及与表单混合上传
- 方便的用户调用接口
- 兼容不同浏览器
- ...
注意:
1. UPU需要php4.3.0及其以上版本,并打开socket扩展
2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在
upu.class.php中指定。
3. 你的<form>中要有enctype="multipart/form-data"这个属性,action为文件上传成功后
的处理页面,也就是说你的<form>完全按照正常的思路来写就可以了,唯一不同的是需
要加入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 document storage directory, This directory can be in two upu.class.php designated. 3. You
(系统自动生成,下载前可以参看下载内容)
下载文件列表
help.txt
........\UPU(UGiA PHP UPLOADER) v0.21
........\............................\demo.htm
........\............................\test.php
........\............................\upu
........\............................\...\ChangeLog
........\............................\...\files
........\............................\...\getinfo.php
........\............................\...\images
........\............................\...\LICENSE
........\............................\...\misc
........\............................\...\....\.#upu.js.1.1.1.1
........\............................\...\....\en.js
........\............................\...\....\progress.css
........\............................\...\....\progress.js
........\............................\...\....\upu.js
........\............................\...\....\zh-cn.js
........\............................\...\progress.php
........\............................\...\README
........\............................\...\temp
........\............................\...\upload.php
........\............................\...\upu.class.php
ttqu.htm
........\UPU(UGiA PHP UPLOADER) v0.21
........\............................\demo.htm
........\............................\test.php
........\............................\upu
........\............................\...\ChangeLog
........\............................\...\files
........\............................\...\getinfo.php
........\............................\...\images
........\............................\...\LICENSE
........\............................\...\misc
........\............................\...\....\.#upu.js.1.1.1.1
........\............................\...\....\en.js
........\............................\...\....\progress.css
........\............................\...\....\progress.js
........\............................\...\....\upu.js
........\............................\...\....\zh-cn.js
........\............................\...\progress.php
........\............................\...\README
........\............................\...\temp
........\............................\...\upload.php
........\............................\...\upu.class.php
ttqu.htm