<kendo:pdfViewer-dplProcessing-upload>

Specifies the configuration of the jQuery.ajax to make an HTTP POST request to the remote service.

Example

<kendo:pdfViewer-dplProcessing>
    <kendo:pdfViewer-dplProcessing-upload></kendo:pdfViewer-dplProcessing-upload>
</kendo:pdfViewer-dplProcessing>

Configuration Attributes

saveField java.lang.String

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

Example

<kendo:pdfViewer-dplProcessing-upload saveField="saveField">
</kendo:pdfViewer-dplProcessing-upload>

url java.lang.String

Specifies the url that will receive the submitted file. The handler must accept POST requests.

Example

<kendo:pdfViewer-dplProcessing-upload url="url">
</kendo:pdfViewer-dplProcessing-upload>
In this article
Not finding the help you need?