I am creating a forum in my application and would like to know how to save image and text together in Mysql, as in the message field there will be a WYSIWYG editor so I will have to save both text and images, among others. What kind of field do I use in Mysql and how do I save the two within ASP.NET MVC?
I do not use EF!