[rt-devel] Broken attachments -- possibly not mod_perl2
mixo
mixo at coza.net.za
Fri Nov 14 02:34:57 EST 2003
Jesse Vincent wrote:
>you should be able to alter the encoding field from base64 to none.
>
Would this be sufficient:
update Attachments set ContentEncoding='none' where
ContentType='image/jpeg' and ContentEncoding='base64';
Or do I need something else, just to be safe?
>taht doesn't explain your 9 byte issue.
>
>
And leads me to ask how and when the size of the attachment is determined?
More information about the Rt-devel
mailing list