So in CUBA, the way image previewing/etc was done (from Loading and Displaying Images - CUBA Platform. Developer’s Manual - down near the bottom), used image.setSource(FileDescriptorResource.class).setFileDescriptor(fileDescriptor)
- however… in Jmix, there is no FileDescriptorResource
and like so many other things, there’s no mention of this in the migration docs.
So…how’s it done now? We made heavy use of this…