dplProcessing.uploadObject
Specifies the configuration of the jQuery.ajax to make an HTTP POST request to the remote service.
Example
psuedo
<div id="pdfviewer"></div>
<script type="module">
$("#pdfviewer").kendoPDFViewer({
dplProcessing: {
upload: {
url: "/api/pdfviewer/upload",
saveField: "document"
}
}
});
</script>
In this article