您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

Ajax+PHP边学边练 之五 图片处理_PHP

2026/1/24 12:42:50发布13次查看
ajax
先上个效果图:  
sample6_1.php 中创建form:
复制代码 代码如下:
//显示上传状态和图片
//上传文件需要定义enctype,为了显示图片将target设为uploadframe
enctype=multipart/form-data target=uploadframe>
upload a file:
//上传文件
上传图片函数 uploadimg:
复制代码 代码如下:
function uploadimg(theform){
//提交form
theform.submit();
//在showimg 中显示上传状态
setstatus (loading...,showimg);
}
//上传状态函数
function setstatus (thestatus, theobj){
obj = document.getelementbyid(theobj);
if (obj){
obj.innerhtml = + thestatus +
;
}
}
process_upload.php 提供文件上传功能:
复制代码 代码如下:
br>http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd>
onload=doneloading(parent,'')>
上面代码最后部分的doneloading 函数就是用来显示图片及修改图片尺寸大小。其中会用到thumb.php,它会在images目录中生成出源图片的大、中、小三个尺寸,有兴趣可以研究一下。欢迎大家拍砖~
文中源码打包下载
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product