Hi Experts,
Backend odata is done when we tested by uploading attachment in gateway client its working fine that it receives the file in xstring format and they are converting to binary.
From ui5 i am uploading attachment, i am reading the file using readAsDataUrl, i am getting the base64 content and then i am using ,
btoa(encodeURI(base64))
but in backend they are not getting in xstring format.
How do i send the file in xstring format? or let me know in which format i need to send and in backend how should they handle.
Please need your inputs