Ajax或jquery客户端裁剪和调整库大小,该库通过http请求将裁剪后的文件发送到服务器


Ajax or jquery client side crop and resize library which sends the cropped file to server with http request

我计划用它来上传用户图片和保存缩略图。我使用php来处理文件。

我的请求是,请将我链接到一些库或插件。

JCrop用于客户端,PHP/GD用于服务器。

http://deepliquid.com/content/Jcrop.html

http://php.net/manual/en/ref.image.php

JQuery处理裁剪,Php处理实际的大小调整。