Is there a way to convert a System.FileDocument to a System.Image? I wanted to use a live camera to store pictures (as opposed to uploading from phone gallery). The deprecated Mendix Camera app doesn't work. The marketplace says to se this new "Hybrid Module actions" widget, but even THAT doesn't exist anymore. There *IS* a new Camera widget by Incentro, but it saves as a FileDocument instead of an Image which is useless to me because I want to have a details page that embeds the image. Preferably a way without any custom java code
asked
Brian Lorraine
3 answers
3
I just used the duplicateFileDocument. From filedocument and target can be system.image.
answered
Ramón Frigge
2
Would the “Take Picture” action in the Web Actions module allow you take a photo in the correct format? That uses an entity extended from System.Image.