Quote pulsorock:
Hello!
I have a record builder that has one upload component. The table has one auto-increment primary key named "id". I need to rename the uploaded file to the id value of the inserted row.
For example, I upload one file named "image.jpg" and the auto-increment value of the inserted record is "45", then instead of naming the file "200911051825110.image.jpg" the uploaded file (and the value in the filename in the DB) is set to "45.jpg" just as the value of the new inserted row.
Thanks!