Skip to content

Commit a81fe65

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent fe8fb06 commit a81fe65

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/api/javascript/ui/upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The batch mode applies to multiple files which are selected simultaneously. File
6666

6767
### async.chunkSize `Number`
6868

69-
When `async.chunkSize` is set, the selected files are uploaded chunk by chunk with the declared size. Each request sends a separate file blob and additional string metadata to the server. This metadata is in a stringified JSON format and contains the `chunkIndex`, `contentType`, `totalFileSize`, `totalChunks`, and `uploadUid` properties. These properties enable the validation and combination of the file on the server side. The response also returns a JSON object with the `uploaded` and `fileUid` properties, which notifies the client what the next chunk is.
69+
When `async.chunkSize` is set, the selected files are uploaded chunk by chunk with the declared size. Each request sends a separate file blob and additional string metadata to the server. This metadata is in a stringified JSON format and contains the `fileName`, `relativePath`, `chunkIndex`, `contentType`, `totalFileSize`, `totalChunks`, and `uploadUid` properties. These properties enable the validation and combination of the file on the server side. The response also returns a JSON object with the `uploaded` and `fileUid` properties, which notifies the client what the next chunk is.
7070

7171
> The `async.chunkSize` property is available only when [`async.batch`](/api/javascript/ui/upload#configuration-async.batch) is set to `false`.
7272

docs/third-party/typescript.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ You are able to optionally include the latest jQuery TypeScript definition file
2424
/// <reference path="jquery-1.8.d.ts" />
2525
/// <reference path="kendo.all.d.ts" />
2626

27-
### As NuGet Package
28-
29-
The Kendo UI TypeScript definitions are available on https://www.nuget.org/ as [`kendo-ui.TypeScript.DefinitelyTyped`](https://www.nuget.org/packages/kendo-ui.TypeScript.DefinitelyTyped/). The package is maintained via the [DefinitelyTyped](http://definitelytyped.org/) project.
30-
3127
### As NPM Package
3228

3329
Since the Kendo UI TypeScript definitions are available in the [DefinitelyTyped](http://definitelytyped.org/) project, they are also available as an [npm package](https://www.npmjs.com/package/@types/kendo-ui). To include them in your project, run the `npm install --save @types/kendo-ui` command.

0 commit comments

Comments
 (0)