Hi all,
I am wondering how i could receive multiple images the best. You can think to an direct upload of images to our Mx app with a direct link.
One possibility is to publish a put service wherein the consumer could put the filedocuments as string and we could decode it to file in Mendix and process further.
But there is also a deeplink module to point users to a specific deeplink. Is it possible to receive images in deeplinks also? And would it be the same way by sending the filedocument as string in the deeplink url?
thank you