Invalid thumb src link vs image file name
<SfFileManager TValue="FileManagerDirectoryContent" AllowDragAndDrop="false"
Width="100%" Height="950px" ShowTooltip="false" ShowItemCheckBoxes="false">
<FileManagerNavigationPaneSettings Visible="false"/>
<FileManagerToolbarSettings Visible="false"/>
<FileManagerContextMenuSettings Visible="false"/>
<FileManagerEvents TValue="FileManagerDirectoryContent" FileSelected="OnImageClick" />
<FileManagerAjaxSettings Url="/api/FileProvider/Operations" GetImageUrl="/api/FileProvider/Image">
</FileManagerAjaxSettings>
</SfFileManager>
I am loading circa 250 files.
return new FileManagerResponse
{
CWD = new FileManagerDirectoryContent
{
Name = "scans",
IsFile = false,
HasChild = false,
FilterPath = string.Empty,
Type = ""
},
Files = Files.Select(x => new FileManagerDirectoryContent
{
Name = x.Name,
Type = "jpeg",
HasChild = false,
IsFile = true,
FilterPath = "\\",
}).ToList()
};
The problem is that sometimes there is a mismatch in file name vs thumb src link:
What is wrong?
Hi Przemyslaw,
Greetings from Syncfusion support.
We have validated your reported query in the Blazor FileManager with the Physical File System Provider by preparing the sample using your shared details. We understand that you are facing an issue with getting the wrong image file name in the DOM element at your end. However, we were unable to replicate the reported issue on our end in the prepared sample, and it is working properly without any issues.
For your reference, we have attached the sample.
Check out the attached sample, and if the issue still persists, could you please attempt to replicate the issue in the shared sample or provide a sample where the issue is replicated along with the necessary replication steps and video footage for our easy understanding? Based on that, we will investigate the issue and provide you with a prompt solution. Kindly get back to us with the requested details.
Regards,
Prasanth Madhaiyan.
Attachment: FileManager_PhysicalProvider_7e12ef8e.zip
Thank you for your answer!
You did not found the issue because you had not enough files.
I am attaching solution with issue.
Attachment: FileManager_PhysicalProvider_cb3d4efe.7z
Any updates?
Hi Przemyslaw,
We have checked the reported issue in the Blazor FileManager component and considered it a bug at our end. The fix for this issue will be included in the weekly patch release scheduled for October 3, 2023. You can track the status of the fix through the following link.
Disclaimer: The 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,
Prasanth Madhaiyan.
Fixed in
23.1.39
- 5 Replies
- 2 Participants
- Marked answer
-
PR Przemyslaw
- Sep 1, 2023 08:51 AM UTC
- Oct 4, 2023 05:48 PM UTC