2022年php图片上传缩略图并水印 .pdf
《2022年php图片上传缩略图并水印 .pdf》由会员分享,可在线阅读,更多相关《2022年php图片上传缩略图并水印 .pdf(4页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、 ZwelL图片上传程序 上传文件 : 允许上传的文件类型为: ?php if ($_SERVERREQUEST_METHOD = POST) if (!is_uploaded_file($_FILESupfiletmp_name) /是否存在文件 echo 图片不存在 !; exit; $file = $_FILESupfile; if($max_file_size $filesize) /检查文件大小 echo 文件太大 !; exit; if(!in_array($filetype, $uptypes) /检查文件类型 echo 文件类型不符 !.$filetype; exit; if(
2、!file_exists($destination_folder) mkdir($destination_folder); $filename=$filetmp_name; $image_size = getimagesize($filename); $pinfo=pathinfo($filename); $ftype=$pinfoextension; $destination = $destination_folder.time().$ftype; if (file_exists($destination) & $overwrite != true) echo 同名文件已经存在了; 名师资料
3、总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 4 页 - - - - - - - - - exit; if(!move_uploaded_file ($filename, $destination) echo 移动文件出错 ; exit; $pinfo=pathinfo($destination); $fname=$pinfobasename; echo 已经成功上传文件名: .$destination_folder.$fname.; echo 宽度 :.$image_size
4、0; echo 长度 :.$image_size1; echo 大小 :.$filesize. bytes; if($watermark=1) $iinfo=getimagesize($destination,$iinfo); $nimage=imagecreatetruecolor($image_size0,$image_size1); $white=imagecolorallocate($nimage,255,255,255); $black=imagecolorallocate($nimage,0,0,0); $red=imagecolorallocate($nimage,255,0,0
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年php图片上传缩略图并水印 2022 php 图片 上传 缩略图 水印
限制150内