HI,
I am using VS 2010 and C#, SharePoint 2010.
I have a custom list ( not using document library).
I am using a visual web part, in which i have added a asp:file upload control, which has Allow multiple set to true.
How to upload multiple files to custom list programmatically using the asp:file upload control?
Thanks