On the main page, there is a form that contains a button to trigger a Shadowbox child form.
The Shadowbox child form has its own form, and when submitted, it fills in hidden data in the parent form. Dealing with non-image data is straightforward.
But how can one manage image uploads? Specifically, how can I pass an image from the Shadowbox form to the parent form, and then upload it after the parent form is submitted?
I selected these tags based on the languages I am utilizing for this project.