开发者

upload multiple images from local drive into site

开发者 https://www.devze.com 2022-12-22 20:15 出处:网络
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

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.


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.


  • 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消