asp.net - HTML editor and image upload to server -


in asp.net, when work html editor, include images , text. how images upload specific folder in server , saved relative path in db. need concept cms.

why need store image's relative path in db ? there no need, because content html saved in db , when retrieve content particular image shown in content.

as far have used ck editor, there setting required in config file set path images stored when user adds images in content.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -