资源简介
PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)
代码片段和文件信息
/*
素材火
http://www.sucaihuo.com
*/
class jcrop_image {
var $filepath;
var $picname;
var $x;
var $y;
var $w;
var $h;
var $tw;
var $th;
public function __construct($filepath $picname $x $y $w $h $tw $th) {
$this->filepath = $filepath;
$this->picname = $picname;
$this->x = $x;
$this->y = $y;
$this->w = $w;
$this->h = $h;
$this->tw = $tw;
$this->th = $th;
}
public function crop() {
$picname = $this->picname;
$filepath = $this->filepath;
$x = $this->x;
$y = $this->y;
$w = $this->w;
$h = $this->h;
$tw = $this->tw;
$th = $this->th;
$ext = end(explode(“.“ $pi
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 329 2012-06-26 09:30 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\css\Jcrop.gif
文件 2029 2012-06-26 09:30 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\css\jquery.Jcrop.min.css
文件 2455 2012-10-13 00:42 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\css\main.css
文件 4161 2015-04-24 00:17 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\index.html
文件 4159 2015-04-23 23:42 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\jcrop_image.class.php
文件 16000 2012-06-26 09:30 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\js\jquery.Jcrop.min.js
文件 94840 2012-06-26 09:30 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\js\jquery.min.js
文件 3404 2015-04-24 00:10 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\js\sc
文件 1430 2015-04-24 00:03 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\upload.php
文件 18393 2015-04-23 23:37 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\UploadFile.class.php
文件 964 2015-03-22 17:35 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\素材火帮助.txt
..AD... 0 2015-04-24 00:17 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\css
..AD... 0 2015-04-24 00:17 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\js
..AD... 0 2015-04-24 00:17 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)\upload
目录 0 2015-04-24 00:17 PHP+jQuery+html5实现图片选取裁剪上传(兼容手机上传)
----------- --------- ---------- ----- ----
148164 15
- 上一篇:司科仿美团O2O程序源码
- 下一篇:php 用户登录 入门(含mysql脚本)
相关资源
- 仿守望先锋官网
- PHP+Mysql+Html5学生选课系统.zip
- 毕业设计_JQuery+HTML+PHP自动组卷系统
- thinkphp5 + ajax 使用formdata提交数据包括
- 在线作业系统
- php版本-179上传-轮询服务+网站端.zip
- HTML5实现鲸鱼游动特效.zip
- php-mysql-jquery物流客户管理
- 头像上传裁剪整合php
- PHP+jQuery+Ajax无刷新分页加搜索
- PHP实现文件上传,及文件读写
- jquery+ajax+php实现用户登录与退出.zip
- jquery+echarts+php实时动态图表显示
- php文件读写与上传
- unity通过Php保存图片
- 抽奖平台前台开发前后端最终源码实
- JS+PHP上传图片,裁切
- 用jquery实现ajax上传文件php版.zip
- CI框架中上传图片与视频
- Tp3.2上传图片Upload文件
- ajax+php上传文件源码
- PHP实现多文件图片上传服务器、数据
- 一个有效的phpmailer使用带上传附件发
- jquery.form.js + php ajax提交,包含图片文
- 网站设计带数据库
- php上传图片文件到数据库完整版代码
- jQuery结合PHP+Mysql完成自动输入
- PHP+js文件上传
- php接收二进制图片ios、安卓上传图片
- php+mysql+jquery网页版好友在线实时聊天
评论
共有 条评论