Location:
Search - php open file
Search list
Description: 功能列表
- 理论上可以上传无限大的文件
- 实时显示上传状态、进度
- 支持多文件上传以及与表单混合上传
- 方便的用户调用接口
- 兼容不同浏览器
- ...
注意:
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
Platform: |
Size: 46080 |
Author: kuang |
Hits:
Description: 本代码用基于steve语言的breve软件编写的,此软件是一种3D人工智能的环境模拟器,可以用来构建AGENT-BASED SYSTEM和模拟机器人行为。本代码实现功能如下:机器人服务模拟。自动取得饮料,递送给客人,客人喝完后,另一种清理机器人处理瓶子并运送垃圾堆。主要为了证明机器人运动中的一种Deliberative设计结构。软件下载地址:http://www.spiderland.org/breve/download.php
打开我上传的文件后,点运行就可以看效果。-The code-based software steve language breve prepared, the artificial intelligence software is a 3D environment simulator can be used to build the AGENT-BASED SYSTEM and robot behavior simulation. Realize this function code is as follows: service robot simulation. Automatically beverages, delivered to the guests, the guests after the finish, another robot cleaning up the bottle and the delivery of garbage treatment. Mainly in order to prove that the movement of a robot design structure Deliberative. Software Download: http://www.spiderland.org/breve/download.php open my uploaded file, you can look at the effect of running.
Platform: |
Size: 6144 |
Author: Leon |
Hits:
Description: The class open the give ZIP File, and move the internal pointer
] to list all the files zipped on it. The returned values are
] stored in the public variable compressedList . These can be
] returned by the public method getList() .
]
] It also has Central Directory support. Means that the ZIP may contain
] additional information for each file or directory, like external
] attributes and comments. The variables are stored in the public
] variable dirSignature . These should be returned for each file
] by using the public method getExtraInfo(fileName) . If no extra
] information available, the method will return false .
Platform: |
Size: 7168 |
Author: zailai |
Hits:
Description: Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create bar, line, area, and pie charts. It also includes server side classes to help generate the data file used as input. At the moment, there are classes for PHP, Perl, .NET, Java, Ruby (and Rails), and Python-Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create bar, line, area, and pie charts. It also includes server side classes to help generate the data file used as input. At the moment, there are classes for PHP, Perl,. NET, Java, Ruby (and Rails), and Python
Platform: |
Size: 2130944 |
Author: whsh |
Hits:
Description: PHPediter_1.1在线文件管理器
由开源基地开发。-PHPediter_1.1 online file manager developed by the open source base.
Platform: |
Size: 9216 |
Author: xuwu |
Hits:
Description: php版wap手机网站源码(英语)
the best wap scripts from -the best wap scripts from http://wap4org, wap site http://bwap.org
you can enter to ftp client: $dftp/index.php?server=FTP_server& login=login& pass=password& v=*& d=**& s=***& i=****
*- objects in a page
**- folder
***- view file size (1-yes, 0-no)
****- view icons (1-yes, 0-no).
---
If you are using our service, add this link on your main page:
< a href=\"http://bwap.org\"> BWap.ORG< /a>
folders
---
at the bottom of the page there is menu for this folder.
add to list(copy)
add to list(move)
- add to archive zip, tar,max size 3 mb.
- move.
- rename.
- delete.
---
files
---
click on file name and choose:
- open(only for zip, tar archives, max 700 kb).
- unzip- only for archives jar zip tar.
- edit.
- symbols per field.
- encoding.
- save as.
- add to list copy.
- add to list move.
- add to list zip
- create archive.
- copy.
- move.
- rename.
- delete.
---
creating file/folder
---
select
Platform: |
Size: 104448 |
Author: 黄件 |
Hits:
Description: Navigation System is very easy to use and flexible dynamic site navigation system.
You only need to configure your site menus and submenus at one place and insert one line of code
in all of your website. As result you will get pure CSS based menu system which supports submenus,
rollover effects and shows your actual location on the navigation panel. No database is required.
The appearance can be change via CSS. An example project is alos included.
Usage:
1. Open the maxNavigation.class.php
2. In the first PHP section edit the $mainMenu and $subMenu arrays.
Use menu title as key and url as value.
$mainMenu[ Projects ] = projects.php
3. On every page where you want to display the menu just insert the following line of code:
<?php include( maxNavigation.class.php ) ?>
The archive file contains a small demo project.
-Navigation System is very easy to use and flexible dynamic site navigation system.
You only need to configure your site menus and submenus at one place and insert one line of code
in all of your website. As result you will get pure CSS based menu system which supports submenus,
rollover effects and shows your actual location on the navigation panel. No database is required.
The appearance can be change via CSS. An example project is alos included.
Usage:
1. Open the maxNavigation.class.php
2. In the first PHP section edit the $mainMenu and $subMenu arrays.
Use menu title as key and url as value.
$mainMenu[ Projects ] = projects.php
3. On every page where you want to display the menu just insert the following line of code:
<?php include( maxNavigation.class.php ) ?>
The archive file contains a small demo project.
Platform: |
Size: 9216 |
Author: emre |
Hits:
Description: 价值800元的三国源码
1.上传所有文件至服务器目录
2.创建数据库 编码选 gb2312_chinese_ci(虚拟空间略过)
3.进入数据库,点右上角的操作 下面的整理选gb2312_chinese_ci
4.点击IMPORT 选择数据库文件夹下sql 文件。导入下面的编码选GB2312
5.导入成功后,即可进入游戏
6.后台地址:xxx.xxxxx.xxx/admin.php 默认管理员账号 admin admin
7.登陆后台 配置好系统配置和游戏配置。
8.到云网支付网站申请网关商户。成功后登陆后台回去支付密匙。
9.登陆游戏后台 再支付网关设置支付网关信息
10.可以正式开放游戏。-The value of 800 yuan for the three source 1. Upload all the files to the server directory 2. To create a database coding selection gb2312_chinese_ci (skip the virtual space) 3. Access to the database, point of finishing the upper right corner of the operation of the following selection gb2312_chinese_ci 4. Click to select the database IMPORT sql file folder. The following code into the election GB2312 5. Import is successful, you can enter the game 6. Backstage Address: xxx.xxxxx.xxx/admin.php default administrator account admin admin 7. Landing back-configured system configuration and game configurations. 8. To Cloud Web site for payment gateway business. After the success of landing back key to go back to pay. 9. Landing the game back and then set up the payment gateway payment gateway of information 10. It can formally open the game.
Platform: |
Size: 15351808 |
Author: ww |
Hits:
Description: php_scre 开源的PHP文件加密程序。官方只提供LINUX版本的,在这里我提供一个WINDOWS版本的,里面带有项目文件,可以直接用VC编译。-php_scre open-source PHP file encryption program. LINUX version of the official only, and in here I offer a WINDOWS version, which with the project file, you can directly compile VC.
Platform: |
Size: 685056 |
Author: 小徐 |
Hits:
Description: Google Maps API IFeatureGE类
视图切换,启动Google Earth后请先打开hubei.kml文件。
本地搜索
动态显示和景点导航,运行前请先将该文件夹下的kml文件和bmp文件放-Google Maps API IFeatureGE Class View to switch, launch Google Earth after the first open hubei.kml file. Local search dynamically displays and attractions navigation, please name the folder before running under the kml file and bmp files released
Platform: |
Size: 10065920 |
Author: fly |
Hits:
Description: CRM开源工具,包含安装文件与中文文档。-CRM open-source tools, including the installation file and Chinese documents.
Platform: |
Size: 41104384 |
Author: 游牧师 |
Hits:
Description: 162100简约论坛全新商务版本!改建后,风格更完善,样式更大气——
1、162100.com原创作品,PHP+Mysql构架
2、短小精悍(安装包仅190KB)
3、无限制设立分论坛、栏目
4、允许过客发言设置
5、所见即所得的在线编辑器
6、随心更换的站点名称、logo,便于应用
7、轻松管理广告位
8、轻松管理友情链接功能
9、轻松在线直接修改文件功能
10、可与162100网址导航系统(特别是UTF-8版)完美整合
11、打开压缩包直接上传至支持PHP+Mysql的空间即可使用
12、登录后点击管理员小钥匙图标进入后台→设置数据库→建立数据库表,完毕
13、管理员地址:admin.php。基本管理员名称admin,基本管理员密码admin。数据库安装完毕后可更改数据库中的密码副本
14、使用反馈请至:http://www.162100.com/bbs-162 100 new commercial version of the simple forum! After remodeling, style better, more atmospheric style-
1,162100. Com original works, PHP+ Mysql framework
2, short (package only 190KB)
3, no limit of a sub-forum, part
4, allowed to speak to set passing
5, WYSIWYG online editor
6, Xpress change the site name, logo, and easy to use
7, easy to manage advertising
8, easy management functionality Links
9, easy online directly modify the file function
10, with 162,100 web site navigation systems (especially UTF-8 version of) the perfect integration
11, open the archive directly uploaded to support PHP+ Mysql to use the space
12, log a small key icon and click the administrator to set the database into the background → → a database table, complete
13, administrator address: admin.php. Basic admin name admin, the basic administrator password admin. After installation change the database password for the database copy
14, use the feedback go to: http://www.1621
Platform: |
Size: 227328 |
Author: 揭勇 |
Hits:
Description: PHP打开远程文件的源码Open source PHP remote file-PHP remote file open source Open source PHP remote file
Platform: |
Size: 12288 |
Author: eia |
Hits:
Description: wap ftp the best wap scripts from http://wap4org, wap site http://bwap.org you can enter to ftp client: $dftp/index.php?server=FTP_server& login=login& pass=password& v=*& d=**& s=***& i=**** *- objects in a page **- folder ***- view file size (1-yes, 0-no) ****- view icons (1-yes, 0-no). --- If you are using our service, add this link on your main page: < a href=\"http://bwap.org\"> BWap.ORG< /a> folders --- at the bottom of the page there is menu for this folder. add to list(copy) add to list(move) - add to archive zip, tar,max size 3 mb. - move. - rename. - delete. --- files --- click on file name and choose: - open(only for zip, tar archives, max 700 kb). - unzip- only for archives jar zip tar. - edit. - symbols per field. - encoding. - save as. - add to list copy. - add to list move. - add to list zip - create archive. - copy. - move. - rename. - delete. --- creating file/folder --- select
Platform: |
Size: 98304 |
Author: qinyi |
Hits:
Description: 一个简单纯洁的php日历
calendar.class.php是日历类
index.php是入口文件
建议用firefox打开,因为兼容没调好,在ie下可能会有点问题。-A simple calendar calendar.class.php is pure php calendar class file index.php is proposed to use firefox to open the entrance, because not compatible with a good tune, ie may be a bit on the issue.
Platform: |
Size: 25600 |
Author: 徐树辉 |
Hits:
Description: 在项目中,碰到一个解析流的操作,php里面没有现成的类.
那没办法,只能用二进制模式打开文件,再和java的datainputstream对比着打开文件,一个一个的实现流读取和解析. -Encounter an analytic flow operation in the project, there is no ready-made class php. That not only open the file in binary mode, and then open the file and java datainputstream contrast, the realization of a stream to read and parse .
Platform: |
Size: 1024 |
Author: 菜小鸟 |
Hits:
Description: 链接自动收录系统_3.0_utf-8
1、修改后台系统配置页面,用户可以自由修改系统作者、版本信息。
2、后台头部导航优化
3、首页版面优化及版面重新排版
4、内页模板修改及优化,版面与首页统一
5、增加了网站收录个数统计
6、增加了百度、GOOGLE的site查询
7、帮助页面改版
请先修改程序目录下INCLUDE/CONN.PHP配置文件,然后运行!
为什么我的网站出现错误?
请确保您所购买的空间或服务器支持PHP_CURL模块,只要是正常的空间都会支持。
怎么看空间是否支持PHP_CURL扩展模块?
将压缩包中的phpinfo.php文件上传至网站空间并访问该页面,Ctrl+F查找CURL是否有相关匹配内容,如果没有则说明不支持该模块,解决方法在php.ini开启php_curl模块,虚拟主机用户请联系空间商(最好在购买前先咨询)。
如何启用伪静态?
在启用前请先确认空间是否支持伪静态功能,如果不支持则无法启用伪静态,服务器用户可自行配置,虚拟主机用户请咨询空间商。-Link ticker system _3.0_utf-8
1, modify the background system configuration page, the user can freely modify the system version information.
2, the background of the head of navigation optimization
3, the home page layout optimization and layout re-typesetting
4, within the page template modification and optimization, layout and Home unity
5, increasing the site included the number of statistics
6, an increase of Baidu, GOOGLE site query
7, the help page revision
Please modify the INCLUDE the/CONN.PHP configuration file in the program directory, then run!
Why am I getting an error?
Make sure you buy the space or server support PHP_CURL module, as long as the normal space will support.
How to see the space, whether to support PHP_CURL expansion module?
Will compress the phpinfo.php file in the package uploaded to the web space and access to the page Ctrl+ F to find the CURL related matches, if not, does not support the module in php.ini open php_curl module virtual The h
Platform: |
Size: 205824 |
Author: Joney |
Hits:
Description: 图片上传控件 Droparea 欢迎至PHP开源项目讨论区进行 提问/讨论
Droparea是一个基于HTML5实现的拖拉上传图片jQuery插件并包含一个PHP服务器端脚本来接收上传的文件。只要将图片拖进指定位置,图片将自动上传至服务器。还可以查看上传过程进度。已经在Google Chrome和Mozilla Firefox浏览器上测试过。 -Image upload the control Droparea welcome to the PHP open source project forum for questions/discussion Droparea is based on HTML5 drag and drop upload pictures jQuery plug-in and include a PHP server-side script to receive the uploaded file. The picture is dragged into the specified location, the pictures are automatically uploaded to the server. You can also view the upload process progress. Already tested in Google Chrome and Mozilla Firefox browser.
Platform: |
Size: 10240 |
Author: 林雨 |
Hits:
Description: 一款完全开源的PHP/MYSQL的易语言网络验证,包含php网页文件和易源码/模块源码。做了很多优化 是目前网上功能最全的PHP开源网络验证-A fully open source PHP/MYSQL easy language network authentication, including the php web page file and easy to source/module source code. Do a lot of optimization is the most fully featured online PHP Open Source Network Authentication
Platform: |
Size: 88064 |
Author: hello |
Hits:
Description: 基于ThinkPHP框架开发的简答在线答题系统PHP源码,对于学习ThinkPHP框架有一定帮助!
1、上传源码到服务器后解压
2、导入根目录的wazyb.sql文件到自己的数据库中
3、修改根目录下config.inc.php文件的数据库连接信息
4、安装完成,输入 http://网站的域名/ 打开网站,前台测试用户:test/test
5、后台网址 http://网站的域名/am.php,管理员账户和密码:admin/123456(Based on the ThinkPHP framework, the PHP source code of the short answer online answering system is helpful for learning the ThinkPHP framework.
1. Upload the source code to the server and decompress it
2. Import the wazyb. SQL file from the root directory into your own database
3. Modify the database connection information of config.inc.php file in the root directory
4. After installation, enter the domain name of http://website/open the website, and test/test the user in the front desk.
5. Background address http://domain name/am.php, administrator account and password: admin/123456)
Platform: |
Size: 1641472 |
Author: ecolour |
Hits: