Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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