Hi
I have created a simple WebApi project and add model and controller and now
i want to store unique Id of image into database instead of image. and store full path of that image into folder with this unique Id name.
i.e FirstWebApi/Images/123ac3.jpg
FirstWebApi is project name ,Images is folder name and 123ac3 is unique id name.
i am trying to solve this problem but not getting.please someone have any idea about please let me know or have code please share it.
Thanks &Regards
sameer
Midhun TpPosted Oct 17, 2016, 10:58 AM
Please check below blogs-
http://www.articlemirror.in/2014/02/file-upload-and-save-path-to-database.html?m=1
http://www.c-sharpcorner.com/blogs/how-to-upload-image-and-save-image-in-project-folder-in-mvc1
sameer shaikhPosted Oct 18, 2016, 1:48 AM