| One of the really cool things about the Contiki Web Browser is it's "seamless" integration
with the Web Downloader (WGET.PRG). When the user activates a link to a
non-html file, Contiki will give the option to exit the browser and download
the file with the Web Downloader. Contiki treats all downloads as binary files, so this feature is not as well suited to text files (although changing a filetype from binary to text is hardly rocket surgery!). When including links to downloadable files it's a good idea to consider the file naming conventions of the target platform... oh, and make sure you're legally permitted to host them in the first place! |