ASP图片上传和Jcrop?

发布于 2024-09-27 09:20:05 字数 181 浏览 2 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

以歌曲疗慰 2024-10-04 09:20:05

您将需要使用允许您裁剪图像的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文