Browse by Tags

All Tags » asp (RSS)
This is a mere note to remember for future rather than a blog entry. While I am working on code to download file from server. I write below code: { int ChunkSize = 10000; string sFileFullPath = Server.MapPath("New Text Document.txt"); System...