This is regarding file upload widget, the RPGLE program contains the DS named UPLOADINFO(shown as below) and attached to upload response (Rich UI only) in PROFOUND UI screen.
Code: Select all
D UPLOADINFO DS Qualified
D NumFiles 3S 0
D Directory 256A
D Files 256A Dim(20)
What made the UPLOADINFO.Files to be blanks always?