I am using an upload button to save documents to my database. No matter what type of document I attempt to upload I always get this error:
The … file failed to upload. Please Try again later. undefined
code: “DS_OPERATION_CANCELLED”, message: “Operation cancelled by user code. Cannot read property ‘uploadFiles’ of null”, name: “DatasetError”, stack: “DatasetError: Operation cancelled by user code. Ca…/services/dbsm-viewer-app/1.225.0/app.js:1:101945”
I have setup the dataset to write only using the form submission permissions. So I don’t believe it is a permission error. The rest of my form without the document upload works as expected. Any ideas what might be causing this and any ideas on how to remedy this?