Server not pointing to folder

aleksaviix

New Member
i have a website on server. It has a button which triggers the downloading of a file(.zip/.doc) from that server.But it is not pointing to that folder/file. How to resolve this issue??It fails at this particular file...\[code\]public static bool ResponseFile(HttpRequest _Request, HttpResponse _Response, string _fileName, string _fullPath, long _speed){FileStream myFile = new FileStream(_fullPath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);}\[/code\]
 
Back
Top