Download a string file in browser

0
Hi guys,   Is there any code that can take a String as input and download in the browser as an xml file?   Regards Mo
asked
1 answers
3

Take a look at the StringToFile action from the Community Commons module (you can download this in the App store), this Java action takes a string as input and stores this into a FileDocument which can be downloaded in the browser.

answered