This example demonstrates how to upload multiple files to a web server by
dynamically adding INPUT elements.
All uploaded files will be stored to the "UploadedFiles" folder that is located
in the root directory of an examples.
You should grant write access to "UploadedFiles" folder to the ASP.NET process identity(typically {MACHINE}\ASPNET on IIS 5
or Network Service on IIS 6).
Button "Add": Adds a new checkbox element and new file element.
Button "Delete": Removes checked elements.
Button "Upload": Sends files to a web server regardless of which checkbox
elements are checked.
Other examples
View C Sharp source code
View VB NET source code
Used files: Bin\EasyAlgo.EAUpload.dll, web.config, DinamicalyAddInputItem.aspx,
DinamicalyAddInputItem.aspx.cs, JSCore.js, ExamplesStyle.css [Optional]