How to write text and image together in mysql with asp.net mvc

0

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!

    
asked by anonymous 03.06.2016 / 01:09

0 answers