I have a form with a single file upload control and a save button. The button simply has @Command([FileSave]);
I have enabled the form for public access and am accessing it anonymously.
When I set Anonymous to Depositor, the form works fine and the file gets uploaded. However, when I set it to Author (with Create Documents checked off), it fails to save the document.
Is there some hidden permission I need to enable to allow Author the same access as Depositor? I have tried adding an Author field to the form and populating it with @username, but that didn’t work either.
Both Author and Depositor result in a login page when the form submits and goes to &Seq=1, but only Depositor actually saves the form.
Any help or ideas would be appreciated.
Thanks,
Travis