\Kendo\UI\PDFViewerDplProcessingUpload

A PHP class representing the upload setting of PDFViewerDplProcessing.

Methods

saveField

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

Returns

\Kendo\UI\PDFViewerDplProcessingUpload

Parameters

$value string

Example

<?php
$upload = new \Kendo\UI\PDFViewerDplProcessingUpload();
$upload->saveField('value');
?>

url

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

Returns

\Kendo\UI\PDFViewerDplProcessingUpload

Parameters

$value string

Example

<?php
$upload = new \Kendo\UI\PDFViewerDplProcessingUpload();
$upload->url('value');
?>
In this article
Not finding the help you need?