the URL used for uploading and storing images inserted into the text
webix.ui({
view: "editor",
value: "<p>Hello World!</p>",
upload: "https://docs.webix.com/editor-backend/images"
});
This property has to be specified if you want for the image insertion functionality to work correctly. It is not defined by default.