How to upload and inject image to tinymce 4 using Asp.net MVC
问题 So because there is absolutely no modern way of uploading images to tinymce in .net for free , I was thinking of maybe adding a file upload input in html then upload it to server using ajax and then include the file in tinymce editor. The problem is injecting image to tinymce, I don't know how to... Is there any way? 回答1: Ok, Micro$oft or someone else needs to really do something about this, in the mean time here is the result of hours of debugging: This solution uses direct upload function