Tagged Questions
2
votes
4answers
20k views
Base64 String throwing invalid character error
I keep getting a Base64 invalid character error even though I shouldn't.
The program takes an XML file and exports it to a document. If the user wants, it will compress the file as well. The ...