Hello
I have a form where the user can upload files (before submitting the form)
The names of these files must be unique so that after sending the form, these names will be stored in the database
How to save files with unique names and have their names in the list to save them in the database when the form is sent.