File Uploader in ASP.NET and C# - By Saurabh Nandu
=============================================================
A free and fully customisable page to help you upload 'files' from your webpage to your server. 

Installation Instructions
-------------------------
1) Unzip the zip file in to any directory (Remember to keep 'Use folder names' checked ON in your unziping program.)
2) Customise the look and color of the file by opening them in any text editor.
3) Find out in which directory does your server allow write access to files (eg. on the www.brinkster.com server it is the '/db' directory ).
   
   If you server has some other directory then
   i) open 'FileUpload.aspx' file in a texteditor and change the path of "upload" 
	on  to whatever path your server allows and Save the file.
	
4) Upload the all files to your server 
5) Thats great you have Setup the File uploader !!!!
6) Then call the file 'http://urserver.com/FileUpload.aspx' in your borwser and upload your files...
	
		


List Of Files 
--------------
ReadMe.txt -- This File.
FileUpload.aspx -- The file which will upload the user selected files to your server.


Requirements
------------
Any Pc with the .NET FrameWork SDK v1 (v1.0.3705) Installed on it.[This example might not work on the future versions fo the SDK]
Any server which supports ASP.NET and gives "write" access.


Contact Me
----------

Feel free to contact me for any questions , comments or suggestions ...
at saurabh@MasterCSharp.com
Website: http://www.MasterCSharp.com

Saurabh Nandu
(03/March/2002)



