21491 Posts in 5783 Topics by 2622 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 901 Views |
-
Working with Binary Data [SOLVED]

21 December 2010 at 2:00pm
Is there anyway to work with BinaryData and BLOB tables in Silverstripe?
-
Re: Working with Binary Data [SOLVED]

27 January 2011 at 3:06am
Actually I ended up using base64_encode() and base64_decode() to sore the BLOB as text.
http://www.php.net/manual/en/function.base64-encode.php
http://www.php.net/manual/en/function.base64-decode.phpIt seemed to work fine with data that was AES_encrypt-ed
| 901 Views | ||
|
Page:
1
|
Go to Top |


