How to upload image taken using "Take Photo" action to Oracle Cloud MCS Storage?
Summary
Need to upload image taken using "Take Photo" action to Oracle Cloud MCS Storage, and further to a REST endpoint to store in ERP CloudContent
Need help / pointers in understanding how to obtain the image captured via camera, using "Take Action" photo to MCS Cloud Storage.
I am able to get the file path of image captured and print the same. Now, the question is how to call the MCS Storage endpoint with this file path ? Should I call it with the filepath or process the image as base64 and call the storage END points ?
I have earlier written node.js to obtain the image as base64 input and then store it in storage collections. However, since VBCS gives file path as the result of the image capture, need help to understand how can I obtain the image data and send over to MCS.
Tagged:
2