Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. theDude82

    ASP page that receives files programmatically?

    Hi, I want to write an asp page that receives files. I have a client program that sends a file... WebClient myWC = new WebClient(); byte[] responseArray = myWebClient.UploadFile("http://www.myAspPage.asp","POST","myFile.txt"); Does anyone out there know how the asp page should be written...

Part and Inventory Search

Back
Top