如何使用 c# asp.net 上传多个图像(从文件夹)?
我如何实现从文件夹中上传所有图像,而不是一张一张地上传图像?
Instead of uploading image one by one, how do i achieve to upload all the images from the folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
使用 flash 或 java.我喜欢我在链接中发布的 java 版本,因为它非常简单。尽管闪光灯更容易定制。
Use flash or java. I like the java one I posted in the link because it is extremely easy. Though the flash one is easier to customize.
您无法单独使用 HTML 来实现此目的,但可以结合使用 JavaScript 和 Flash。这是您可以使用的组件。
http://www.swfupload.org/
You can't do it with HTML alone but you can with a combination of JavaScript and Flash. Here's a component that you can use.
http://www.swfupload.org/
我可以在 C#/.Net 项目中使用 NeatUpload 实现此功能。
I'm able to implement this with NeatUpload, in a C#/.Net project.
SlickUpload - ASP.NET 上传变得简单。还有 Slick。
不需要客户端插件,提供进度,并且还避免了 ASP.Net 的一些令人讨厌的问题。
SlickUpload - ASP.NET Uploading Made Simple. And Slick.
Requires no client-plugin, provides progress, and also avoids some nasty issues of ASP.Net.
请注意:不需要使用 Flash 或 Java 来上传多个文件,尽管从长远来看,使用 Flash 或 Java 或 Silverlight 可能会提供更好的用户体验。
您可以在纯 AJAX 中完成此操作,但这非常棘手并且容易出现跨浏览器问题。您可以购买一些可以完成工作并且相当完善的控件; SlickUpload 就是其中之一,但我更喜欢 RadUpload。
Please note: it is not required to have Flash or Java to upload multiple files, although using Flash or Java or Silverlight will probably give a better user experience in the long run.
You can do it in pure AJAX, but it's very tricky and prone to cross-browser issues. There are controls you can purchase that do the work and are fairly polished; SlickUpload is one, but I prefer RadUpload.