Jump to content

Search the Community

Showing results for tags 'screenshot'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Caspio Bridge
    • Caspio Apps for Ukraine
    • General Questions
    • Caspio JavaScript Solutions
    • Tables, Views and Relationships
    • Import/Export and DataHub
    • DataPages
    • Deployment
    • Security, Authentications, Roles, SAML
    • Styles and Localizations
    • Parameters
    • API and Integration
    • Calculations and aggregations
    • User JavaScript and CSS Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location


Interests

Found 1 result

  1. Hello everyone! now that I found out how to enable a rich text editor in the submission form and paste images alongside text, I am struggling to display the images. Caspio automatically encodes them as base64 image, and automatically creates the necessary <img> with proper syntax. However, none of three tested browsers (nighlty 52.0a1, chrome 60.0 and IE 11) show the pictures. IE shows at least a "broken image" icon and if I analyze the icon - it shows that the beginning tag <img src="data:image/png;base64 is replaced by unsafe:image/png;base64 How to prevent that? Strangely, if I save the "data:image/png;base64" and the rest of code behind it, and display it in an html block that goes like <img src=[field:mybase64image] /> then the image is shown fine. Does it have something to do with how Caspio displays the html content? Is there a solution for this?
×
×
  • Create New...