简体   繁体   English

通过客户端裁剪上传多张图像的组件

[英]Component to upload multiple images with client side crop

I'm looking a quick way to add an (multi) image unloader with client side crop to an ASP.NET MVC site and for some reason the search seems to be much more complicated than I thought :( 我正在寻找一种将带有客户端裁剪的(多)图像卸载程序添加到ASP.NET MVC站点的快速方法,由于某种原因,搜索似乎比我想象的要复杂得多:(

  • upload image (can be via form post or custom, just has to work with ASP.NET) 上传图片(可以通过表单发布或自定义,只需与ASP.NET一起使用)
  • custom crop possibility before upload 上传前自定义裁剪的可能性
  • (preferred) multiple images at once (首选)一次多张图像

It doesn't matter if js/jquery, silverlight or flash is used , it just has to work, its an internal application and I can force people to have the necessary plugins installed. 不管使用js / jquery,silverlight还是flash ,它都必须工作,它是一个内部应用程序,我可以强迫人们安装必要的插件。

Basically this is exactly what I want: 基本上这正是我想要的:
http://i-load.radactive.com/ http://i-load.radactive.com/

But they are out of business and it seems impossible to get a license :( 但是他们已经倒闭了,似乎无法获得许可:(

**UPDATE** **更新**
This should be an all in one solution, I currently do not have the time to figure out how to connect multiple components. 这应该是一个一体化的解决方案,我目前没有时间弄清楚如何连接多个组件。

I'm willing to purchase a component that does this, but I simply can't find one, which I find rather strange. 我愿意购买执行此操作的组件,但是我根本找不到一个组件,但我觉得这很奇怪。

An internal application where you are comfortable with ASP.NET then Silverlight would be the good direction to look in. 一个内部应用程序,如果您对ASP.NET感到满意,那么Silverlight将是一个不错的指导。

There is free multiple file uploader which is designed to work with an ASP.NET server end here: http://silverlightuploader.codeplex.com/ 有一个免费的多文件上传器,旨在与ASP.NET服务器端一起使用: http : //silverlightuploader.codeplex.com/

There are number of ways to manipulate an image in Silverlight, either natively or with other Silverlight tools such as: http://writeablebitmapex.codeplex.com/ 有多种方法可以在Silverlight中本地或通过其他Silverlight工具来处理图像,例如: http : //writeablebitmapex.codeplex.com/

Finally you can re-encode images to common formats such as PNG with: http://imagetools.codeplex.com/ 最后,您可以使用http://imagetools.codeplex.com/将图像重新编码为PNG等常见格式。

Whether you could actually combine these as is to acheive your goals would be another matter. 您是否可以将这些实际组合起来以实现自己的目标将是另一回事。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM