Skip to content

Commit 3eee5cc

Browse files
Integrated latest changes at 11-14-2024 10:10:38 PM
1 parent ce7b434 commit 3eee5cc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ej2-angular/Release-notes/27.2.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation: ug
77

88
# Essential Studio for Angular Release Notes
99

10-
{% include release-info.html date="November 14, 2024" version="v27.2.2" %}
10+
{% include release-info.html date="November 15, 2024" version="v27.2.2" %}
1111

1212
{% directory path: _includes/release-notes/v27.2.2 %}
1313

ej2-angular/getting-started/angular-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ Syncfusion has a collection of sample applications that demonstrate the use of S
300300
* [Getting Started with Angular CLI as Front end in ASP.NET MVC](./aspnet-mvc)
301301
* [Getting started with Ionic and Angular](./ionic)
302302
* [Getting started with Angular and Electron](./electron)
303-
* [Upgradation Guide](../upgrade/upgrading-syncfusion)
303+
* [Upgradation Guide](../upgrade/upgrading-syncfusion)

ej2-angular/uploader/chunk-upload.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ The following example explains about chunk upload with cancel support.
103103

104104
The server-side implementation entirely depends on the application requirements and logic. The following code snippet provides the server-side logic to handle the chunk upload using the uploader components.
105105

106+
>The `chunk-index` and `total-chunk` values are accessible through the form data using `Request.Form`, which retrieves these details from the incoming request.
107+
* `chunk-index` - Indicates the index of the current chunk being received.
108+
* `total-chunk` - Represents the total number of chunks for the file being uploaded.
109+
106110
```csharp
107111
public string uploads = Path.Combine(Directory.GetCurrentDirectory(), "Uploaded Files"); // Set your desired upload directory path
108112

0 commit comments

Comments
 (0)