Hello everyone.
I have a problem with uploading a file: I can’t save the name in the DB table.
Upload is successful, but the file name (“allegato”) is not written to the table. Field is empty.
Here are some screenshots. What am I doing wrong?
Is there a different way to do the same thing?
Thank you
From the looks of it, you are trying to insert the name at 0th index of the upload object.
Maybe enable output on the upload step and see how the name is available.
Hi Sid, sorry but after enable output, nothing seems to change, I don’t understand how to deal with the problem
The file is handled correctly with regards to names. For example if I upload a file with spaces and accented letters, they are changed correctly
As it seems to me it is selected, the expression in the insert step is wrong.
When you turn off the multiple option make sure to select the file name in the insert step again, so the correct expression can be generated.