3
Answers

multiple files upload at a time asp net 4.0 c#

Dear sir.
I need Multiple files upload at a same time in asp.net 4.0 in C#

Answers (3)

0
Photo of SaiRoja
NA 54 16k 10y
0
Photo of Thirunavukkarsu j
NA 63 59.3k 10y
Hi Sayed Saheb Ali ,
 Already am using AllowMultiple="true" but not Working.
am using .net 4.0 and Visual studio 2010 
0
Photo of Sayed Saheb Ali
NA 6 0 10y
Hi Thirunavukkarsu,

You just need to add the "AllowMultiple"property set to 'true'of FileUpload control.

<
asp:FileUpload ID="FileUpload1" runat="server" AllowMultiple="true"/>