Hi All,
I am getting attachment from Mobile device it is in the form of byt string ( Actually Mobile device scan the Images and converting in to byt formate ), so from Back end side I have to captyure that Formate and I have to convert it again in to Image formate and store the data in to database.
Thanks®ds,
Srinivas.
Hi,
well, I am a little lost here - what is your problem here?
I tis correct that MI has no possibility to send large attachments as such. If you want to send an image for example, you have to read it as BYTE stream, split it into chunks of 250Chars, store thiese chars into an Text field of an item of the syncBO and then send it to the backend.
There you take these items, read them properly and rebuild the image out of the single items. Then you save it and all is fine.
Was there an issue on your side with that procedure?
Regards,
Oliver
Add a comment