One way browsers get around handling incompatible data types is to convert 
them into a base 64 representation that uses only basic ascii characters. 
Tiddlywiki encodes non-text tiddlers in the same way. Browsers can, give 
the correct mime type, treat the base64 encoded string as though it were 
binary data for common data types. So to download the binary versions of 
the base64 encoded file you can create a download link that points to the 
base64 encoded string with the proper prefix describing the mime type and 
encoding and it will download the binary file. The macro creates a link 
that does exactly that, so when you click on it you get prompted to 
download the file.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/88f0c655-67e1-4764-8a0d-c90c1b0d669c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to