There is a trick for creating files in the client using data uri. For example, to create a MS powerpoint you can do something like
<a href="data:application/vnd.openxmlformats-officedocument.presentationml.presentation;base64,UEsDBBQACAAIAGeGhT8AAAAAAAAAAAAAAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbM2ay27bMBBF9wX6D4K2hUWbbtO0sJNFH6s+AiT9AFYa22wlkiBpN/77UnLaKEFsiNUQnY1smZw7B0MNLwFrcXnb1NkOrJNaLfNZMc0zU..." download="jones6.pptx"> Test File 3 </a>
Is the only data that can be specified in the in the URL is the base64 or the binary representation of the file? Is it possible to express any other representation of the file?