We have this error message in our xpages application when saving a ticket with an attachment.
It is basically, fileUpload1 bound to a document field (document1) and Button with document1.save();
Error while executing JavaScript action expression Script interpreter error, line=1, col=11: [TypeError] Exception occurred calling method NotesXspDocument.save() not allowed to access or modify file: /local/notesdata/xsppers/166/08CABEF7AE5340E0DF9C8D46CF56B3B917EA65C6 not allowed to access or modify file: /local/notesdata/xsppers/166/08CABEF7AE5340E0DF9C8D46CF56B3B917EA65C6
The error says not allowed to access or modify the file within /local/notesdata/xsppers.
My question is how to get access to that folder in the server? What to change or do in the security settings on the server for the /xsppers/ folder.
Or a workaround for this issue. By the way I do not have access to the server. Please help thank you
I saw a related question/issue but I am unable to put a comment as I am new - that is why I posted a new question.. Sorry for that