Hi All,
I have a multipage form (4 pages) with a File input on the first page and a File Upload function in the second event.
I have set the “File name provider” with data taken from the first page
I can see from the debugger of the second page, that the name of the is correctly converted and the file is stored to the server with the right name.
Problems come out on the next pages, where from the debugger I can see that the value of the filename is reverted back to the original filename and so saved to the database.
I want to know if is that expected and I have to manually reconvert the filename with a Custom Code before the Save DB function or I miss config something
Thanks
I have a multipage form (4 pages) with a File input on the first page and a File Upload function in the second event.
I have set the “File name provider” with data taken from the first page
{data:name}_{data:surname}.{var:FN.file.extension}
I can see from the debugger of the second page, that the name of the is correctly converted and the file is stored to the server with the right name.
Problems come out on the next pages, where from the debugger I can see that the value of the filename is reverted back to the original filename and so saved to the database.
I want to know if is that expected and I have to manually reconvert the filename with a Custom Code before the Save DB function or I miss config something
Thanks