Code: Select all
multiple="" name="upfile[]"
After submitting, I would like to immediately display the results of the upload in the Foot submitted as an input value. I don't see a way to 1) retrieve the newly created unique IDs or 2) search for date added to database. The only way I can think of doing this is appending to each reference a timestamp into a user field and then submitting a search for that timestamp.
Is there a more straight forward way of doing this? Thanks.