Multiple File Uploading in ASP.Net using C# - Demo
********************************************************

A fully working example which demonstrates uploading files from a webpage to  the
web server in ASP.Net. 

List of files in the demo
*************************

1.ReadMe.txt -- The file you are reading which helps you to install the demo.
2.MultipleFileUploadDemo.aspx -- The ASP.Net file which contains the code for uploading multiple files to the web server.

How to Install?
***************

1) Copy the MultipleFileUploadDemo.aspx file to any virtual directory in your web server.

How to run the demo?
********************

1.Call the file by typing http://yourservername/virutaldirectoryname/MultipleFileUploadDemo.aspx in the address bar of your browser window.

Requirements
************

Any web server which supports ASP.net and has write access .

Contact
*******

Please feel free to contact the author sriram  at nilapenn@hotmail.com for your valuable comments or suggestions.For more such examples visit our web site http://stardeveloper.com.


