Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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
