how can i access the current FileManagerDirectoryContent in Upload
Hello,
I want to access the current CWD FileManagerDirectoryContent object to get the Id property value.
previously I was able to get it by deserializing the data string into FileManagerDirectoryContent, but recently after updating to the newer version 18.4 the data object is coming like a string [object Object].
public void Upload(string path, IList<IFormFile> uploadFiles,string action,string data)
{
FileManagerDirectoryContent current = JsonConvert.DeserializeObject<FileManagerDirectoryContent>(data);
SIGN IN To post a reply.
4 Replies
1 reply marked as answer
IL
Indhumathy Loganathan
Syncfusion Team
January 5, 2021 02:56 PM UTC
Hi Mohamed,
We have validated your reported issue. We have considered this as bug from our side. We will include this fix in next patch release which is expected to be released by the mid of January, 2021. You can track the status of your reported problem through the below portal link,
Feedback: https://www.syncfusion.com/feedback/21127/cannot-get-id-value-in-filemanager-upload-method
We appreciate your patience.
Regards,
Indhumathy L
IL
Indhumathy Loganathan
Syncfusion Team
January 13, 2021 11:19 AM UTC
Hi Mohamed,
We are glad to announce that our patch release (v18.4.34) is rolled out successfully. In this release, we have included a fix for the reported issue. To access this fix, we suggest you update the package to the latest version (v18.4.34).
We have prepared a simple sample for your reference. Please, refer to the below sample link.
Please let us know, if you need any further assistance.
Regards,
Indhumathy L
AR
Andrew Renner
January 14, 2021 06:17 AM UTC
We are having an issue with filemanager as well. I am unable to download the sample that you provided. See the error below.
SP
Sowmiya Padmanaban
Syncfusion Team
January 15, 2021 10:35 AM UTC
Hi Mohamed,
Sorry for the inconvenience.
We have modified the sample link. Please, find the sample in below link.
Please, let us know, if you need any further assistance.
Regards,
Sowmiya.P
Marked as answer
SIGN IN To post a reply.
- 4 Replies
- 4 Participants
- Marked answer
-
MO Mohamed
- Jan 4, 2021 02:28 PM UTC
- Jan 15, 2021 10:35 AM UTC