ASP图片上传和Jcrop?
我使用 aspsmartupload 上传图像,它按预期工作,很好! 但在我上传图像后,我希望能够使用 Jcrop 裁剪图像。 我已经设法让 Jcrop 脚本在图像上工作(在图像上显示裁剪矩形)。
但实际上如何使用 ASP 裁剪图像并保存它呢?
我找了很多php脚本,但是用ASP怎么做呢? 非常感谢任何帮助,谢谢。
I upload images with aspsmartupload and it work as it should, good!
But after I have uploaded the image I would like to be able to crop the image with Jcrop.
I have managed to get the Jcrop script to work on a image(showing the crop rectangle on the image).
But how do I actually crop the image with ASP and the saving it?
I have found a lot of php scripts, but how to do it with ASP?
Any help really appreciated, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用允许您裁剪图像的 ASP 组件。看一下 AspJpeg
您拥有的其他选项是使用 .NET (它应该运行如果您的 ASP 页面托管在 Windows 计算机上)
或者使用 PHP,如 Jcrop 示例
you will need to use an ASP compoenent that allows you to crop the image. Have a look at AspJpeg
The other options you have are to use .NET (which should run if your ASP pages are hosted on a windows machine)
Or use PHP like the Jcrop example