With the Base64 option checked, the ReadFile function is called with Base64 encoding mode in which
the data is converted to a base64-encoded string after it is read from the local disk.
Base64
With the Base64 option checked, the input file content is converted into a Base64-encoded string,then WriteFile
function decodes this string to get the raw input content before writing it to the local disk.