copy System.Image

0
hi, I have an entity called Asset which is using System.Image to save image and it has other attributes as well. I have to copy all the attributes of the Asset object. How can i Copy that image and show it to Imageviewer in my edit page? Can anyone help?
asked
2 answers
1

AppStore module CommunityCommons has a Java action to duplicate files and images.

answered
1

Is your Asset object a specialization of System.image? If not, maybe that is what you mean?

answered