I have a data type called Posts , in it a filed called Images this faild is a list
so I need to allow the user to add any number of images in one Post
so what I did is I created a temp type called temp images , I stored all the images choosed by the user just to show it in a reapiting group before hit share , Like facebook did and its good
but my proplem is when the user press share
this pics should move from the temp type and goes to the Post faild images (List feild)
Any Idea !!