Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
5 subscribers
Views
1475 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Is it possible to have multiple file uploads using code similar to following in
sanjeetg
over 10 years ago
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
0
KARTHIK NATARAJAN
Certified Lead Developer
over 10 years ago
Sanjeet, I dont think this is supported in offline mode. Appian recommends to avoid the functionality - adding multiple components dynamically as it requires internet connection to trigger subsequent actions
forum.appian.com/.../Designing_for_Offline_Mobile.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sanjeetg
over 10 years ago
Thank you for the information
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel