public static void SendFileDataToClient( HttpContext context, string filePath, string saveAsName )
Parameters
- context
- Http context to get the request details and the response object for sending the data
- filePath
- The absolute path to the file to send to the client
- saveAsName
- The file name to identify with the file data when sending to the client