Multi file upload using c# on ASP.NET 4.0 environment

后端 未结 6 2090
死守一世寂寞
死守一世寂寞 2020-12-30 08:49

I am looking for a solution to upload multiple files (click on browse button, and select multiple files using shift key).

I see several solutions that need to be upl

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-30 09:27

    You just need to add an attribute of multiple like this

    
    

    check this site

    http://www.aspdotnet-suresh.com/2012/12/aspnet-upload-multiple-files-using.html

    and you could also use this

    http://www.dotnetfunda.com/articles/article1062-fileupload-uploading-file-to-the-server-without-clicking-a-button.aspx

提交回复
热议问题