How to copy a picture to another table

0
The table "X" has a *:1 relation with table "X-pictures", which contains pictures. Via table "X" I retrieve the related entry from table "X-pictures". I want to store that entry from table "X-pictures" in table "X". How ?
asked
1 answers
1

Community commons has some stuff for that (DuplicateFileDocument). Maybe you need to change that for an image.

answered