It’s there a possibility to save images added to TinyMce content into a database ( sql server table) ?
Let’s say we have like this : text text IMAGE text text IMAGE2 ( IMAGE & IMAGE2 were added with an image uploader plugin ) . Maybe using something like HttpPostedFileBase. I don’t know, I am kinda newbie.
Thank you very much.
You have the images on your server, you can now take your tinymce content and replace the images serverside with its base64 encoded string – then you write all to your db.