将本地驱动器中的多个图像上传到网站

发布于 2024-08-23 23:32:55 字数 84 浏览 6 评论 0原文

我想为我的用户提供使用 asp.net 2.0 上传多个图像到我的网站的设施,使用单个文件上传器,即想要从文件夹上传所有图像文件。或者建议我任何替代方法。

I want to provide facility to my users to upload multiple images into my website using asp.net 2.0, using single file uploader i.e. want to upload all the image file from a folder. Or suggest me any alternate way.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

假情假意假温柔 2024-08-30 23:32:55

这在 (X)HTML 中尚不可能。

  • HTML5 将支持它,并且某些浏览器已经支持一个有效的实现,但它仍然是一个草案并且尚未广泛应用(目前仅适用于 Firefox 3.6+ 和 Webkit);
  • SWFUpload 是一种常见的替代方案,但它需要 Flash。

This is not yet possible in (X)HTML.

  • HTML5 will support it, and some browsers already have a working implementation, but it's still a draft and not widespread (Firefox 3.6+ and Webkit only at the moment);
  • SWFUpload is a common alternative but it requires Flash.
迎风吟唱 2024-08-30 23:32:55
  • 使用纯 HTML,您只能上传单个文件。这就是 HTML 的结构。文件上传标签只接受文件,而不接受文件夹。安全原因。
  • 您可能需要查看 Silverlight / Flash 中允许上传文件夹的控件。
  • using pure HTML you can only upload single files. This is how HTML is structured. The file upload tag only takes a file, not a folder. Security reasons.
  • You may want to look at Silverlight / Flash for a control allowing upload of a folder.
沧桑㈠ 2024-08-30 23:32:55

swfUpload 非常好。虽然它是 flash,但如果未安装 flash,它会很好地降级为 HTML 上传。

swfUpload is really nice. And although it is flash it degrades very nicely to HTML upload if flashnot installed.

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