You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/file-manager/flat-data.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The File Manager uses a flat data JSON as an array of objects for rendering, eli
19
19
Event Name | Description
20
20
--- | ---
21
21
[beforeDelete](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.FileManager.FileManager.html#Syncfusion_EJ2_FileManager_FileManager_BeforeDelete) | This event is triggered before the deletion of a file or folder occurs. It can be utilized to prevent the deletion of specific files or folders. Any actions, such as displaying a spinner for deletion, can be implemented here.
22
-
[delete](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.FileManager.FileManager.html#Syncfusion_EJ2_FileManager_FileManager_Delete) | DeleteEventArgs | path, itemData, cancel. | This event is triggered after the file or folder is deleted successfully. The deleted file or folder details can be retrieved here. Additionally, custom elements' visibility can be managed here based on the application's use case.
22
+
[delete](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.FileManager.FileManager.html#Syncfusion_EJ2_FileManager_FileManager_Delete) | This event is triggered after the file or folder is deleted successfully. The deleted file or folder details can be retrieved here. Additionally, custom elements' visibility can be managed here based on the application's use case.
23
23
[beforeFolderCreate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.FileManager.FileManager.html#Syncfusion_EJ2_FileManager_FileManager_BeforeFolderCreate) | This event is triggered before a folder is created. It allows for the restriction of folder creation based on the application's use case.
24
24
[folderCreate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.FileManager.FileManager.html#Syncfusion_EJ2_FileManager_FileManager_FolderCreate) | This event is triggered when a folder is successfully created. It provides an opportunity to retrieve details about the newly created folder.
25
25
[search](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.FileManager.FileManager.html#Syncfusion_EJ2_FileManager_FileManager_Search) | This event is triggered when a search action occurs in the search bar of the File Manager control. It triggers each character entered in the input during the search process.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/file-manager/localization.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
-
title: Localization in ##Platform_Name## File Manager Component
4
-
description: Learn here all about Localization in Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more.
3
+
title: Localization in ##Platform_Name## File Manager Control | Syncfusion
4
+
description: Learn here all about Localization in Syncfusion ##Platform_Name## File Manager control of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-asp-core-mvc
6
6
control: Localization
7
7
publishingplatform: ##Platform_Name##
@@ -11,7 +11,7 @@ documentation: ug
11
11
12
12
# Localization
13
13
14
-
The file manager can be localized to any culture by defining the texts and messages of the file manager in the corresponding culture. The default locale of the file manager is `en`(English). The following table represents the default texts and messages of the file manager in `en` culture.
14
+
The File Manager can be localized to any culture by defining its texts and messages in the corresponding culture. The default locale of the File Manager is `en`(English). The following table represents the default texts and messages of the File Manager in `en` culture.
15
15
16
16
|KEY|Text/Message|
17
17
|----|----|
@@ -108,16 +108,16 @@ The file manager can be localized to any culture by defining the texts and messa
108
108
|Network-Error|NetworkError: Failed to send on XMLHTTPRequest: Failed to load|
109
109
|Server-Error|ServerError: Invalid response from|
110
110
111
-
The below example shows adding the German culture locale(`de-DE`)
111
+
The example below shows how to add the German culture locale(`de-DE`)
112
112
113
113
{% if page.publishingplatform == "aspnet-core" %}
114
114
115
115
{% tabs %}
116
116
{% highlight cshtml tabtitle="CSHTML" %}
117
117
{% include code-snippet/file-manager/locale/tagHelper %}
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/file-manager/multiple-selection.md
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
-
title: Multiple Selection in ##Platform_Name## Syncfusion File Manager Component
4
-
description: Learn here all about Multiple Selection in Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more.
3
+
title: Multiple Selection in ##Platform_Name## Syncfusion File Manager Control | Syncfusion
4
+
description: Learn here all about Multiple Selection in Syncfusion ##Platform_Name## File Manager control of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-asp-core-mvc
6
6
control: Multiple Selection
7
7
publishingplatform: ##Platform_Name##
@@ -11,18 +11,18 @@ documentation: ug
11
11
12
12
# Multiple Selection in File Manager
13
13
14
-
The file manager allows you to select multiple files by enabling the [`allowMultiSelection`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.FileManager.FileManager~AllowMultiSelection.html) property (enabled by default). The multiple selection can be done by pressing the `Ctrl` key or `Shift` key and selecting the files. The check box can also be used to do multiple selection. `Ctrl + A` can be used to select all files in the current directory. The [`fileSelect`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.FileManager.FileManager~FileSelect.html) event will be triggered when the items of file manager control is selected or unselected.
14
+
The File Manager allows multiple file selection through the [`allowMultiSelection`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.FileManager.FileManager~AllowMultiSelection.html) property (enabled by default). The multiple selection can be done by pressing the `Ctrl` key or `Shift` key and selecting the files. The check box can also be used to do multiple selection. `Ctrl + A` can be used to select all files in the current directory. The [`fileSelect`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.FileManager.FileManager~FileSelect.html) event will be triggered when the items of File Manager control is selected or unselected.
15
15
16
-
The below example shows File manager allows you to select multiple files using [`allowMultiSelection`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.FileManager.FileManager~AllowMultiSelection.html) property.
16
+
The example below demonstrates how the File Manager allows multiple file selection using the[`allowMultiSelection`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.FileManager.FileManager~AllowMultiSelection.html) property.
17
17
18
18
{% if page.publishingplatform == "aspnet-core" %}
19
19
20
20
{% tabs %}
21
21
{% highlight cshtml tabtitle="CSHTML" %}
22
22
{% include code-snippet/file-manager/multiple-selection/tagHelper %}
The File Manager supports for selecting files and folders in specific ranges through mouse drag as like File Explorer. This is particularly useful in scenarios where users need to select a large group of files quickly without manually clicking each one.
48
+
The File Manager supports selecting files and folders in specific ranges through mouse drag, similar to File Explorer. This is particularly useful in scenarios where users need to select a large group of files quickly without manually clicking each one.
50
49
51
50
### Enabling Range Selection
52
51
@@ -58,8 +57,8 @@ To enable range selection, you need to set the [enableRangeSelection](https://he
58
57
{% highlight cshtml tabtitle="CSHTML" %}
59
58
{% include code-snippet/file-manager/range-selection/tagHelper %}
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/file-manager/overview.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
-
title: Overview in ##Platform_Name## File Manager Component
4
-
description: Learn here all about Overview in Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more.
3
+
title: Overview in ##Platform_Name## File Manager Control | Syncfusion
4
+
description: Learn here all about Overview in Syncfusion ##Platform_Name## File Manager control of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-asp-core-mvc
6
6
control: Index
7
7
publishingplatform: ##Platform_Name##
@@ -10,7 +10,7 @@ documentation: ug
10
10
11
11
# Overview
12
12
13
-
The **File Manager** is a graphical user interface component for managing the file system that allows the users to perform most common file operation like accessing, editing, and sorting the files and folders. Also, this component has easy navigation functionality for browsing the folders to select a file or folder from the file system.
13
+
The **File Manager** is a graphical user interface control for managing the file system that allows the users to perform most common file operation like accessing, editing, and sorting the files and folders. Also, this control has easy navigation functionality for browsing the folders to select a file or folder from the file system.
14
14
15
15
## Key features
16
16
@@ -26,7 +26,7 @@ The **File Manager** is a graphical user interface component for managing the fi
26
26
27
27
### View preferences
28
28
29
-
The **Views** property allows you to customize, how the folders or files in the file system should be displayed in the file manager.
29
+
The **Views** property allows you to customize, how the folders or files in the file system should be displayed in the File Manager.
30
30
31
31
The File Manager provides the following two view options to change the layout of the File Manger window.
32
32
@@ -52,12 +52,12 @@ Types of navigation support available in File Manager are:
52
52
53
53
### Data Handling
54
54
55
-
*`Multi-Selection` - The file manager control is provided with built-in support for multiple files or folder selection. Multiple file selection will be effective when a single operation like download or delete is performed over multiple files in the file system.
55
+
*`Multi-Selection` - The File Manager control is provided with built-in support for multiple files or folder selection. Multiple file selection will be effective when a single operation like download or delete is performed over multiple files in the file system.
56
56
57
57
*`Sorting` - Files and folders in the file system can be sorted either in the ascending or descending order by clicking the column header. Files and folders can be sorted based on the name, date created, size, and more.
58
58
59
59
### RTL and Localization support
60
60
61
61
* Supports right-to-left (RTL) direction alignment for users working in right-to-left languages like Hebrew and Arabic.
62
62
63
-
* The file manager control uses localization library (l10) to localize the text values. The texts and messages displayed in the user interface can be localized to any desired language as needed.
63
+
* The File Manager control uses localization library (l10) to localize the text values. The texts and messages displayed in the user interface can be localized to any desired language as needed.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/file-manager/upload.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
layout: post
3
-
title: Upload in Syncfusion ##Platform_Name## File Manager Component
4
-
description: Learn here all about Upload in Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more.
3
+
title: Upload in Syncfusion ##Platform_Name## File Manager Control | Syncfusion
4
+
description: Learn here all about Upload in Syncfusion ##Platform_Name## File Manager control of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-asp-core-mvc
6
6
control: Upload
7
7
publishingplatform: ##Platform_Name##
8
8
documentation: ug
9
9
---
10
10
11
-
# Upload in File Manager component
11
+
# Upload in File Manager control
12
12
13
-
The File Manager component provides a [uploadSettings](https://ej2.syncfusion.com/javascript/documentation/api/file-manager/#uploadsettings) property with various options to customize how files are uploaded, including controlling file size, restricting file types, checking for excessively large and empty files, and enabling chunk uploads.
13
+
The File Manager control provides a [uploadSettings](https://ej2.syncfusion.com/javascript/documentation/api/file-manager/#uploadsettings) property with various options to customize how files are uploaded, including controlling file size, restricting file types, checking for excessively large and empty files, and enabling chunk uploads.
14
14
15
15
## Directory Upload
16
16
17
-
The [directoryUpload](https://ej2.syncfusion.com/javascript/documentation/api/file-manager/uploadSettingsModel/#directoryupload) property controls whether users can browse and upload entire directories (folders) in the Syncfusion File Manager component.
17
+
The [directoryUpload](https://ej2.syncfusion.com/javascript/documentation/api/file-manager/uploadSettingsModel/#directoryupload) property controls whether users can browse and upload entire directories (folders) in the Syncfusion File Manager control.
18
18
19
19
To enable directory upload, set the `directoryUpload` property to `true` in the `uploadSettings` configuration.
20
20
@@ -32,7 +32,7 @@ This property allows you to enable chunked uploads for large files by specifying
32
32
33
33
By specifying a `chunkSize`, the large file is divided into smaller parts, reducing the load on the network and making the upload process more efficient.
34
34
35
-
With chunk upload, the pause and resume options gives users enhanced control over the file upload process.
35
+
With chunk upload, the pause and resume options give users enhanced control over the file upload process.
36
36
37
37

38
38
@@ -43,29 +43,29 @@ With chunk upload, the pause and resume options gives users enhanced control ove
43
43
44
44
## Auto Upload
45
45
46
-
The [autoUpload](https://ej2.syncfusion.com/documentation/api/file-manager/uploadSettingsModel/#autoupload) property controls whether files are automatically uploaded when they are added to the upload queue in the File Manager component.
46
+
The [autoUpload](https://ej2.syncfusion.com/documentation/api/file-manager/uploadSettingsModel/#autoupload) property controls whether files are automatically uploaded when they are added to the upload queue in the File Manager control.
47
47
48
48
The default value is `true`, the File Manager will automatically upload files as soon as they are added to the upload queue. If set to `false`, the files will not be uploaded automatically, giving you the chance to manipulate the files before uploading them to the server.
49
49
50
50
## Auto Close
51
51
52
52
The [autoClose](https://ej2.syncfusion.com/documentation/api/file-manager/uploadSettingsModel/#autoclose) property controls whether the upload dialog automatically closes after all the files have been uploaded.
53
53
54
-
The default value is set to `false`, the upload dialog remains open even after the upload process is complete. If `autoClose` set to `true`, the upload dialog will automatically close after all the files in the upload queue are uploaded.
54
+
The default value is set to `false`. When set to this value, the upload dialog remains open even after the upload process is complete. If `autoClose` set to `true`, the upload dialog will automatically close after all the files in the upload queue are uploaded.
55
55
56
56
## Prevent upload based on file extensions
57
57
58
-
The [allowedExtensions](https://ej2.syncfusion.com/documentation/api/file-manager/uploadSettingsModel/#allowedextensions) property specifies which file types are allowed for upload in the File Manager component by defining their extensions.
58
+
The [allowedExtensions](https://ej2.syncfusion.com/documentation/api/file-manager/uploadSettingsModel/#allowedextensions) property specifies which file types are allowed for upload in the File Manager control by defining their extensions.
59
59
60
60
This property lets you define which file types can be uploaded by specifying allowed extensions, separated by commas. For example, to allow only image files, you would set the `allowedExtensions` property to .jpg,.png.
61
61
62
62
By setting the `allowedExtensions` property, you restrict the file types that can be uploaded. Only files with the specified extensions will be accepted.
63
63
64
64
## Restrict drag and drop upload
65
65
66
-
The File Manager component provides support for external drag-and-drop functionality for uploading files by dragging it from local file system to File Manager.
66
+
The File Manager control provides support for external drag-and-drop functionality for uploading files by dragging it from local file system to File Manager.
67
67
68
-
Setting [allowDragAndDrop](https://ej2.syncfusion.com/angular/documentation/api/file-manager#allowdraganddrop) property to false will not prevent the file upload operation through external drag and drop. It will only prevent drag and drop action within the File Manager component
68
+
Setting [allowDragAndDrop](https://ej2.syncfusion.com/angular/documentation/api/file-manager#allowdraganddrop) property to false will not prevent the file upload operation through external drag and drop. It will only prevent drag and drop action within the File Manager control.
69
69
70
70
To completely prevent the external drag-and-drop upload functionality (i.e., disallowing users from dragging and dropping files from outside into the File Manager), you can set the [dropArea](https://ej2.syncfusion.com/documentation/api/uploader#droparea) property to null. This can be done by accessing the File Manager instance via its class methods.
0 commit comments