Hi,

On Fri, Oct 31, 2008 at 9:35 PM, Christian Sprecher
<[EMAIL PROTECTED]> wrote:
> ...what should I do if I want to store binary property values?
> Should I base64-encode the value and decode it on the server side again?...

If you want to store them via HTTP, the best is probably to encode
them as if they were submitted via an <input type="file"> field, as
this is commonly used.

-Bertrand

Reply via email to