Raju Fodse

Raju Fodse

  • 1.4k
  • 244
  • 29.5k

Implement File download functionality in MVC

Oct 30 2018 1:20 AM
Hi,
 
I want to Implement 'File Download' Functionality in MVC Below is my Employee table details:
 
EmpID (int, PK), EmpName, DOB, DOJ, UploadDocument
 
I already store file path in UploadDocument filed, I want to download file in EmpID criteria.
 
Thanks in advance 

Answers (2)