Forum Moderators: open

Message Too Old, No Replies

Binary safe base64 decode in ASP

         

martin

5:11 pm on Aug 19, 2003 (gmt 0)

10+ Year Member



Hi,

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.

aspdaddy

5:16 pm on Aug 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



have you looked on the pstruh website.

duckhunter

7:45 pm on Aug 19, 2003 (gmt 0)

10+ Year Member



[pstruh.cz ]

We tried this but ended up writing a C++ DLL to handle the SafeArray, plus it runs alot faster than the VBScript.