[#6714] base64 works, but not in the way specified in documentation
History
Updated: 2011-07-30 17:09
resolution_id: 5 => 6
Updated: 2011-07-29 16:42
description: Testing the base64 parameter, I find that:
base64='tag' works, but omits mime type
base64='true' produces a null string -> should produce "data:image/gif;base64,[base64data]"
base64='straight' produces a null string -> should produce [base64string]
=> Testing the base64 parameter, I find that:
base64='tag' works, but omits mime type for jpg or gif. Omites mime type and data for png images.
base64='true' produces a null string -> should produce "data:image/gif;base64,[base64data]"
base64='straigh
Updated: 2011-07-29 09:45
description: Testing the base64 parameter, I find that:
base64='tag' works perfectly.
base64='true' produces a null string -> should produce "data:image/gif;base64,[base64data]"
base64='straight' produces a null string -> should produce [base64string]
=> Testing the base64 parameter, I find that:
base64='tag' works, but omits mime type
base64='true' produces a null string -> should produce "data:image/gif;base64,[base64data]"
base64='straight' produces a null string -> should produce [base64string]
resolution_id: => 5