Hello,
I am stuck trying call UAPI's Fileman save_file_content with XMLAPI:
API2 has the same "Fileman" module
But most of the API2 Fileman module functions are deprecated.
Can UAPI call be nicely made within XMLAPI ?
Thank you.
I am stuck trying call UAPI's Fileman save_file_content with XMLAPI:
Code:
$output = $xmlapi->api2_query($user, 'Fileman', 'save_file_content', $arr);
Code:
Could not find function 'save_file_content' in module 'Fileman'
Can UAPI call be nicely made within XMLAPI ?
Thank you.
Last edited: