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
Hello John, Yes, I did. I am able to save the document ID in the database, but not the file in the target folder.
FYI.. I am using Appian Community Edition free version for POC. Is that the problem?
No, Appian Community Edition only allows publishing two portals from your environment and has some of the hardware scaling turned down so that it runs more cheaply, but basic application functionality like this is identical to other environments.
This issue is fixed by changing target folder constant type from Document or Folder to Document only.