Answered
converting binary string to a file
I need some help in decoding a binary string. I recieve a
binary string from a webserivce that represents a .pdf file. I want
to be able to view that file on my en somehow. I have played around
with binardecode and what not but am having no luck. When i do a
isbinary() check on the string it says that the file is not binary
but it is. ( I encoded the file the webservice is sending me the
same way and they are identical.) Anyone got any ideas?
