I am struggling to create the image on the server and display the thumbnail, I am using to call a webservice in C #, the read method is working but the other not.
already tried here in the forum and not found anything like it, if someone has any examples that I can see or some idea. the error and the following:
the data is only for testing.
already tried here in the forum and not found anything like it, if someone has any examples that I can see or some idea. the error and the following:
the data is only for testing.
$("#ContentOfPage").kendoEditor({ tools: [ "insertImage" ], imageBrowser: { messages: { dropFilesHere: "Drop files here" }, transport: { read: { dataType: "json", contentType: 'application/json; ', type: "GET", url: findRelativeBasePath() + "WebServices/Actions/Pages_fe_actions.svc/Pulls_Pages_fe" }, create: { type: "POST", url: findRelativeBasePath() + "WebServices/Actions/Pages_fe_actions.svc/Push_Pages_fe", data : {"name":"111.JPG","type":"f","size":"6832"} }, thumbnailUrl: { url: findRelativeBasePath() + "WebServices/Actions/Pages_fe_actions.svc/Push_Pages_fe", data : { formValues : ""} }, uploadUrl: { type: "POST", url: findRelativeBasePath() + "WebServices/Actions/Pages_fe_actions.svc/Push_Pages_fe" , data : { formValues : ""} }, imageUrl: "../Images/{0}", path: "../Images/" } } });