简体   繁体   中英

how to upload multiple images (from a folder) using c# asp.net?

我不是一个接一个地上传图像,而是如何从文件夹中上传所有图像?

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.

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实现此功能。

SlickUpload - ASP.NET Uploading Made Simple. And Slick.

Requires no client-plugin, provides progress, and also avoids some nasty issues of ASP.Net.

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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