Hi
What is the best and/or cost-effective (least coding) method to move files between PB web and a file server?
PB Web Service? PB File Service? HTTPClient?
Any tutorial or documentation or instructions would be appreciated.
Thanks!
Hi
What is the best and/or cost-effective (least coding) method to move files between PB web and a file server?
PB Web Service? PB File Service? HTTPClient?
Any tutorial or documentation or instructions would be appreciated.
Thanks!
Yes, you need to instantiate the "appeonfileservice" object class first and then call either the "of_appeonUpload" or "of_appeonDownload" method as required. Both methods return you a value that you can check for a successful operation.
Regards ... Chris