From 7cafce4757436d959a6a20838fa0b3dd8de45900 Mon Sep 17 00:00:00 2001
From: praveensf4999 <197725958+praveensf4999@users.noreply.github.com>
Date: Fri, 8 May 2026 17:59:51 +0530
Subject: [PATCH] 10
---
blazor/file-manager/how-to/restrict-drag-and-drop-upload.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md b/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md
index a008519b5d..2ef2856183 100644
--- a/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md
+++ b/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md
@@ -9,7 +9,7 @@ documentation: ug
# Restrict drag and drop upload
-In the Blazor File Manager component, you are able to prevent the external drag and drop upload action for any types of files or folders by setting the [DropArea](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DropArea) property as `null` in the [`FileManagerUploadSettings`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html) class.
+In the Blazor File Manager component, you are able to prevent the external drag and drop upload action for any types of files or folders by setting the [DropArea](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DropArea) property as `@null` in the [`FileManagerUploadSettings`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html) class.
The following example demonstrates how to prevent the external drag and drop upload actions for all types of files in the Blazor File Manager component.
@@ -23,7 +23,7 @@ The following example demonstrates how to prevent the external drag and drop upl
DownloadUrl="https://ej2-aspcore-service.azurewebsites.net/api/FileManager/Download"
GetImageUrl="https://ej2-aspcore-service.azurewebsites.net/api/FileManager/GetImage">
-
+
-```
\ No newline at end of file
+```