This example demonstrates how to upload files to a web server and display an
information about them.
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).
Other examples
View C Sharp source code
View VB NET source code
Used files: Bin\EasyAlgo.EAUpload.dll, web.config,
SimpleFileUpload.htm, SimpleFileUpload.aspx, SimpleFileUpload.aspx.cs, ExamplesStyle.css [Optional]