To add multiple upload control and set up handler for it is quite easy in Visual Studio 2013. 

Add web.form page to your project, for example "Default.aspx" and add between "<form id="form1" runat="server"> <div>" and "</div></form>" this code:

In codebehind add this: