Good night
I am trying to load a file from FileManager with the following configuration:
The parameters are empty in Upload method
I need most is the path, because I can get the file from the Request
the path is not delivered in the querystring either
The file exists in Request
When I do not enter the configuration for upload:
There's never a request for args.ActionType = "Upload" in FileActionDefault Method
Syncfusion performs the following POST
Obviously the FileActionDefault method with that signature (path,actiontype,selecteditems) not exists
The only methods that I have are:
The version I'm using is: 16.4.0.52
Ty