Hello Team, Please can anyone help me with a code on how to upload pdf, word document etc files into a directory in systematic orde, my project is in ASP.net MVC, thank you
Loading
Hello Team, Please can anyone help me with a code on how to upload pdf, word document etc files into a directory in systematic orde, my project is in ASP.net MVC, thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Mar 4, 2024, 5:38 AM
Hello Emmanuel,
Please try the below given code.
Controller Code
View Code
Thank you
Vishal Joshi
Emmmanuel FIADUFEPosted Mar 4, 2024, 4:29 PM
Thank you team it is working now
Jignesh KumarPosted Mar 4, 2024, 3:39 AM
Hello,
Please refer to this article on .net mvc and SQL server,
https://www.c-sharpcorner.com/article/asp-net-mvc5-upload-imagefile-into-database/
If you want to store in binary format then please refer this one,
https://www.c-sharpcorner.com/article/upload-files-and-save-into-database-in-binary-format-using-asp-net/
Prasad RaveendranPosted Mar 3, 2024, 2:09 AM
check the below link if you are looking for upload functionality in ASP.NET Core aPI
https://www.c-sharpcorner.com/blogs/upload-files-using-asp-net-core-api2
Emmmanuel FIADUFEPosted Mar 2, 2024, 3:50 PM
Thank you Hawaldar, I will check it and revert
Rajanikant HawaldarPosted Mar 2, 2024, 12:58 PM
Hello Emm....
go through below article
https://www.c-sharpcorner.com/article/upload-files-in-asp-net-mvc-5/