Hi,
Is there any way to get binary/imageFile data from a 'ListGridRecord' and pass it to another object at the client side.
Basically all I want to do is something similar to this
fileDto.setName(listGridRecord.getAttribute("FILEN AME"));
But with imagefile.
Thanks in advance.
Is there any way to get binary/imageFile data from a 'ListGridRecord' and pass it to another object at the client side.
Basically all I want to do is something similar to this
fileDto.setName(listGridRecord.getAttribute("FILEN AME"));
But with imagefile.
Thanks in advance.