How is hiddenFilePath set?
We are creating a CSV upload screen using pzFilePathWithForm and @ baseclass.pxUploadCSVResults Activity.
At that time, in order to check whether the CSV file is selected, it is checked with the value of Param.hiddenFilePath.
If pzFilePathWithForm is one, it works normally.
If pzFilePathWithForm becomes more than one, it will not work properly.
The cause is that if you select a file for pzFilePathWithForm other than the first one,
Param.hiddenFilePath is not set.
Is this a specification?Please tell me if there is a workaround.
Best Regards,
yuuji