I've implemented a multiple image upload method but I'm wondering which fields/widgets to use to be able to pass the image ids along with the form.
The images are added asynchronously while filling out the form and, on submission, these images would then be assigned to the object being added/edited by the form. How can I pass along this array of hidden fields?