how can we upload image in admin panel and show in front...?
how can we upload image in admin panel and show in front site in asp.net mvc
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.
Krishna Rajput SinghPosted Aug 9, 2017, 12:22 PM
Nilesh ShahPosted Aug 9, 2017, 8:58 AM
I guess by admin panel you mean some application you use for content management/CMS.
what you can do is when a new image is uploaded via admin panel, store it on some physical drive/cloud and insert it's image path in some db table.