Hey All,
I am not getting the document upload in the portal into Appian Environment. i used a!submitUploadedFiles() as well
a!buttonWidget(label: "Submit",submit:true(),saveInto: {/*a!verifyRecaptcha(),*/rule!PA_InsertDataIntoDB(userInfo: local!userInfo,onSuccess: {a!submitUploadedFiles()})})
Discussion posts and replies are publicly visible
Please don't use a!submitUploadedFiles() and submit:true() if you are uploading document in non-process based UI's.Just make submit:false() and use only a!submitUploadedFiles() so document will move into the target folder.