• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: PHP
  • 标签: jQuery  HTML5  上传  图片  HTML  

资源简介

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\script.js

     文件       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


评论

共有 条评论