Forum Moderators: open
anybody has an idea how can I decode a base64 encoded string that has binary data in ASP. I found quite a lot of base64 encode/decode functions available online but they are definitely not binary safe as I can't get an image to show correctly.
We tried this but ended up writing a C++ DLL to handle the SafeArray, plus it runs alot faster than the VBScript.