Post edited by moderator XIII: for better readability please use a normal looking font and standard coloring.
Hi, i successfully create uploading facility in the ASP.net 2.0 by following code. FileUpload1.SaveAs("C:\Uploads\" & FileUpload1.FileName). its working fine upto 4 MB My problem is : 1)I want to create web page that can facilitates user to Download file from local machine or from remote machine. plz help me out.
Lakul.