I'm trying to get my head around the Uploadcare API. Please excuse my ignorance for the question below.
I have the Uploadcare uploader set to a maximum of 5 images. This appears to upload the files to Uploadcare correctly.
What I'm trying to do is grab hold of the newly created UUID of the file and store it in a form field for posting to my server side app to process some other data and to store the UUID so the file can be processed via the REST api.
In the end I'm simply trying to capture the information and generate dynamically created hidden fields of the UUID so I can store them in a database.
If I'm going in the completely wrong direction on how this product is meant to be used, please correct me as I'm kinda stumped on this.