Is it possible to have multiple file uploads using code similar to following in

Is it possible to have multiple file uploads using code similar to following in offline mode:
a!applyComponents(
function: rule!CC_multiFileUploadRenderFieldOfflineForm(
label: "",
files: ri!files,
target: ri!folder,
index: _
),
array: 1 + fn!enumerate(
1 + if(
isnull(
ri!files
),
0,
length(
ri!files
)
)
)
)

Above SAIL code works in online mode, but when i test in offline mode, it only provides an option for one upload, and the subsequent file uploads don't generate. Would appreciate your insight.

OriginalPostID-167777

OriginalPostID-167777

  Discussion posts and replies are publicly visible