From this line we get from DataURL, what is the best way to load this as a file?
So far, I got the base window.open("myDataURL");
but I cannot change the file name this way.
window.open('data:application/msword;base64,0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAA PgADAP7/CQAGAAAAAAAAAAAAAAACAAAANQAAAAAAA AAAEAAANwAAAAIAAAD+////AAAAADQAAABsAA/', '_blank','height=300,width=400');
I was wondering if there is a way to properly process this data.
eBergamo
source share