I discovered that javascript files encoded in base64 (using --self-contained) get corrupted in Chrome (checked current releases and also version 34). I couldn't reproduce it in Safari on OS X. $ ...
options.filePath string No The directory path where the file will be saved../uploads options.fileName string No The name of the file (excluding the extension). If not specified, a random name will be ...
Base64 is a popular binary to ASCII encoding scheme designed to reliably transfer binary data across channels that have limited support for various content types. This article goes over the basics of ...