Re: [otrs] Article Attachment Base64 Encoding

2010-10-26 Thread LEBLANC Bastien (EXT CAP GEMINI)
echo $destdir."/".$image_file."\n"; } //$file = fopen(" } ?> Bastien Leblanc -Message d'origine- De : otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] De la part de Michiel Beijen Envoyé : mardi 26 octobre 2010 17:08 À :

Re: [otrs] Article Attachment Base64 Encoding

2010-10-26 Thread Michiel Beijen
Hi Jeff, that's a nice piece of work you're pulling off there! Am I correct if I think you're asking how to base64-encode data that's already there? If you're on Oracle, you can use Java for it: http://wiki.oracle.com/thread/1668760/Base64+Encoding%2FDecoding+from+PL%2FSQL But if you'd ask me I'

[otrs] Article Attachment Base64 Encoding

2010-10-25 Thread Jeff Travers
We converted our OTRS installation from MySQL to Oracle. For the most part, the migration was successful. The only issue we are having is that the "Content" column in the Article_Attachment table needs to be encoded in BASE64. Is there an easy method in which to accomplish this conversion? Is t