-
网页设计师应用教程课件
网页设计师应用教程课件-Website designer application tutorial courseware
- 2022-01-26 02:26:44下载
- 积分: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
-
ASP探针。以Ajiang和COCOON的ASP探针的代码为原型,主要探测内容:服务器有关参数,服务器组件情况,服务器运算能力,服务器磁盘信息,服务器连接速度...
ASP探针。以Ajiang和COCOON的ASP探针的代码为原型,主要探测内容:服务器有关参数,服务器组件情况,服务器运算能力,服务器磁盘信息,服务器连接速度 -ASP probe. Ajiang and Cocoon to the ASP code for the probe prototype detection major elements : server parameters, the server components, server computing, the server disk information, the server connection speed
- 2022-02-14 06:14:31下载
- 积分:1
-
一个女生编写的简单论坛程序,树形目录,实现了论坛相关功能,借得你看看!...
一个女生编写的简单论坛程序,树形目录,实现了论坛相关功能,借得你看看!-A forum for girls to prepare a simple procedure, directory tree, the realization of the forum-related functions, to borrow you look at!
- 2022-04-17 17:12:54下载
- 积分:1
-
管理影片服务的源程ASP
管理影片服务的源程ASP-management services to the source film-ASP
- 2022-05-24 07:08:34下载
- 积分:1
-
聊天室源码,用jb打开运行
聊天室源码,用jb打开运行-chat rooms with open running jb
- 2022-01-28 01:44:51下载
- 积分:1
-
c#语言编程,使用asp.net平台开发,使用sql server 2005数据库,使用三层架构实现家教信息管理系统。学生可以免费查看网站上的家教信息,挑选适合...
c#语言编程,使用asp.net平台开发,使用sql server 2005数据库,使用三层架构实现家教信息管理系统。学生可以免费查看网站上的家教信息,挑选适合自己的家教;家教可以免费查看网站上的需求信息,挑选适合自己的学生;学生可以发布自己的需求信息,让更多教师看到自己的需求信息。-c# programming, use the asp.net platform, use sql server 2005 database, using the three-tier architecture for delivering tutoring information management system. Students can view the free tutoring information on the site, selecting for their own tutoring tutoring free of charge to view the site on the demand information, selecting for their students students can publish their own needs information, so that more teachers to see their demand information .
- 2022-08-08 06:08:11下载
- 积分:1
-
基于PHP的聊天室
基于PHP的聊天室-chat rooms
- 2022-08-15 15:12:18下载
- 积分:1
-
爱墙1.8
爱墙1.8-aiqiang1.8
- 2022-05-18 12:03:46下载
- 积分:1
-
互联网论坛的主要功能是讨论各种语言,技术…
网上在线论坛主要的功能是讨论各种语言的开发技术、技巧,并交流开发经验等,但是需要对技术栏目的文章浏览和发表文章功能加以限制,这样,论坛的管理功能显得尤为重要,除此之外,还需要将用户划分为不同级别,根据用户级别的不同在论坛中为用户分配不同的权限,同时一个成功的BBS系统需要拥有对各种信息管理的功能。通过对一些典型BBS系统的考察、分析,要求本系统具有以下特点:
系统界面友好、美观。
划分用户级别,将不同的权限划分给不同的人群。
合理管理论坛相关信息。
易于维护和扩展。
系统运行稳定可靠。
普通用户:普通用户可以发新帖、用户查询、回复帖子及修改个人资料。
管理员:管理员可以管理用户信息、发表帖子、回复帖子、删除回复帖子等信息。
数据库在App_Data文件夹中,附加即可
用户名和密码是51aspx -Internet online forum main function is to discuss a variety of languages, technology, skills, and to share development experience, and so on, but require the technical part of the articles here and publish articles to limit functionality, so that the group s management capabilities is particularly important, addition to this in addition, users also need to be divided into different levels, according to the different user-level in the forums assign different permissions for the user, while a successful BBS systems need to have a variety of information management functions. Through the examination of some typical BBS sys
- 2022-02-01 09:46:59下载
- 积分:1