Problems with Drag And Drop of the File Manager component.

When updating my File Manager component to version 24.2.9 i noticed that the AllowDragAndDrop property is not working correctly even though i pass 'true' as its value, even dragging the file from my operation system file manager to the File Manager it does not upload of the file as it was before in other versions.
I kindly ask you to help me correct this functionality because in my application users use this function a lot.
Thanks!

Code:

<SfFileManager CssClass="" ID="file-manager-edicao" TValue="FileManagerDirectoryContent" AllowDragAndDrop="false" ShowThumbnail="false" AllowMultiSelection="false" RootAliasName="Tarefa" View="ViewType.Details">

    <FileManagerAjaxSettings Url="@Url"

                             GetImageUrl="@GetImageUrl"

                             UploadUrl="@UploadUrl"

                             DownloadUrl="@DownloadUrl">

    </FileManagerAjaxSettings>

    <FileManagerEvents TValue="FileManagerDirectoryContent" BeforeImageLoad="BeforeImage" BeforeDownload="BeforeDown" OnSend="send"></FileManagerEvents>

    <FileManagerNavigationPaneSettings Visible="false"></FileManagerNavigationPaneSettings>

</SfFileManager>


2 Replies

SA SureshRajan Alagarsamy Syncfusion Team June 24, 2024 04:40 PM UTC

Hi Leonardo,


We have reviewed your query and understand that you are facing issue with external drag and drop in the File Manager component. Upon further validation we were able to replicate the reported issue. We have consider this a bug on our end. The fix for this issue will be included in the weekly patch release scheduled for July 02, 2024.


You can track the status of the fix through the following link.


Feedback: https://www.syncfusion.com/feedback/58952/external-drag-and-drop-issue-in-file-manager-component


Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.


Regards,

Suresh.



SA SureshRajan Alagarsamy Syncfusion Team July 11, 2024 07:26 AM UTC

Hi Leonardo,


Thanks for your patience.


We are glad to announce that our patch release (V26.1.40) has been rolled out successfully. The issue with “External drag and drop issue in File Manager component” has been resolved in this release.


To access this fix, we suggest you update the package to 26.1.40 and we include the sample in the latest version for your reference.


Sample : Attached as zip folder.


Feedback : https://www.syncfusion.com/feedback/58952/external-drag-and-drop-issue-in-file-manager-component


Release Notes : https://blazor.syncfusion.com/documentation/release-notes/26.1.40?type=all#file-manager


Regards,

Suresh.


Attachment: FileManagerExternalDragDrop_3e2f2f46.zip

Loader.
Up arrow icon