The DevExpress ASP.NET MVC HTML Editor provides end-users with the capability to save a dropped and pasted image on the server, and use its generated URL in an html instead of inserting this image as a base64 image. This functionality is controlled by the Setting.AllowSaveBinaryImageToServer property that is disabled by default.
In this demo, when the Setting.AllowSaveBinaryImageToServer property is enabled, dropped and pasted images are uploaded to the server's file system, whose settings are specified using the SettingsImageUpload property.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxHTMLEditorDemos |