i have a ProductController which is consists of Create method.
My Model :
public class ProductEntry { public Crescent.LinqModel.Product Products
[HttpPost] public ActionResult dowloadingfile(string[] selectionvalue_ck) { string fileName = ""; for (int j = 0; j < selectionvalue.Length; j++) { fileName = selectionvalue_ck[j]; } }
Download file