Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I tried but can't find it. Thanks in advance.
Solved! Go to Solution.
When trying to save a file from the Browser - you basically have to convert the content into a download stream/file.
https://stackoverflow.com/questions/13405129/javascript-create-and-save-file/13405322#13405322
This is a generic thing... and there are MANY approaches to do this in vanilla Javascript -- or by using libraries you can src to. So WebLink and/or CREOSON should not be a limitation - browser security may be a problem if some of the sample code does not work.
Hope that helps.
Dave
When trying to save a file from the Browser - you basically have to convert the content into a download stream/file.
https://stackoverflow.com/questions/13405129/javascript-create-and-save-file/13405322#13405322
This is a generic thing... and there are MANY approaches to do this in vanilla Javascript -- or by using libraries you can src to. So WebLink and/or CREOSON should not be a limitation - browser security may be a problem if some of the sample code does not work.
Hope that helps.
Dave