dplProcessing.upload.saveFieldString(default: 'file')

Specifies the name of the form field which is submitted to saveUrl.

Example

psuedo
    <div id="pdfviewer"></div>
    <script type="module">
    $("#pdfviewer").kendoPDFViewer({
        dplProcessing: {
            upload: {
                url: "/api/pdfviewer/upload",
                saveField: "pdfFile"
            }
        }
    });
    </script>
In this article
dplProcessing.upload.saveField
Not finding the help you need?
Contact Support