Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Save a document from a Button (JavaScript) - not SaveAs

Avatar

Former Community Member

Hello!

I have this form from which I want to trigger an impression AND save it at the same time.

However, I need to save the file silently, I do not want the user to have any control over this, so the "SaveAs" option does not work for me.

Possible!

Thank you for any ideas.

Marcos

1 Reply

Avatar

Former Community Member

For security reasons you cannot do a silent save (the user must know that you are doing it) ....a dialog asking the user for a filename will pop up. You can do it if you certify the doc.

Paul