2
Answers

Implement File download functionality in MVC

Raju Fodse

Raju Fodse

6y
765
1
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)