Having a file - json,xml,csv - how can it be sent to Mongoose (using REST API) for processing?
Thanks
I guess File Stream is one of the answers....?
I'm thinking you can create a custom assembly method that accepts the filename and filecontent and then create a c#/vb that will invoke IDO Method call passing the filename and content.
You might need to encode it to base 64 before sending and decode it inside your custom assembly for processing.