I'm trying to upload the latest media screenshot of the player to a separate application server periodically.
I've tried to create an roUrlTransfer object and used AsyncPostFromFile (snapshotPath$) in order to upload an image to the server.
However, my application received nothing from the action.
Is there any possible solution(s) to implement the upload action just like multipart/form-data upload?
Thanks.