Whatever message this page gives is out now! Go check it out!
ImageReadBase64(data)Parameter | Description |
data | Required. The ColdFusion variable or Base64 string. |
<cfset myImage = ImageReadBase64("data:image/jpg;base64,/9j/4AAQSkZJRgABAQA..............")>
<cfimage source="#myImage#" destination="test_my64.jpeg" action="write"><cfset myImage = ImageReadBase64("/9j/4AAQSkZJRgABAQA..............")>
<cfimage source="#myImage#" destination="test_my64.jpeg" action="write">