I use this code for download file in mvc:
public ActionResult DownloadFile(long? id) { //select file as byte type in db and return this return File(myFile, Sy