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>