Dear sir.
I need Multiple files upload at a same time in asp.net 4.0 in C#
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SaiRojaPosted Jan 8, 2015, 8:01 AM
Refer below link
http://aspdotnet-kishore.blogspot.in/2014/06/upload-multiple-files-using-fileupload.html
Thirunavukkarsu jPosted Jan 6, 2015, 12:40 AM
Already am using AllowMultiple="true" but not Working.
am using .net 4.0 and Visual studio 2010
Sayed Saheb AliPosted Jan 5, 2015, 2:31 AM
You just need to add the "AllowMultiple"property set to 'true'of FileUpload control.
<asp:FileUpload ID="FileUpload1" runat="server" AllowMultiple="true"/>