1
Answer

MVC 4 Web Project For File Upload

hi,i test this program but my files dont save in path D:\\Images\\.i think this code is wrong var saveToFileLoc = "D:\\Images\\" + fileName; can u help me plz?
Answers (1)
0
Ramesh Palanivel

Ramesh Palanivel

NA 9.5k 138.6k 7y
Hi Shervin,
 
Refer this URL for server side file upload
 
http://www.c-sharpcorner.com/article/upload-files-in-asp-net-mvc-5/
 
Refer this URL for file upload using ajax
 
http://www.c-sharpcorner.com/UploadFile/manas1/upload-files-through-jquery-ajax-in-Asp-Net-mvc/