I have been researching ways to submit a form with the images selected by users. I will give the users a set of Images , they can choose multiple.
Method 1 If image is selected, add input via onclick() with the selected Value. [Possible?]
Method 2 For each Img , load hidden input , let users delete that they don't want. [Weird]
Any advice / example i can look at?