0
Hi Sayed Saheb Ali ,
Already am using AllowMultiple="true" but not Working.
am using .net 4.0 and Visual studio 2010
0
Hi Thirunavukkarsu,
You just need to add the "AllowMultiple"property set to 'true'of FileUpload control.
<asp:FileUpload ID="FileUpload1" runat="server" AllowMultiple="true"/>