Base solution for your next web application
Open Closed

HTML editor image base64 string storing into Database issue #9575


User avatar
0
optixdev created

Angular 8 + .Net Core (Asp ZERO v8.7)

I am using default HTML editor from demo-ui-component page, having problem with storing image base64 string into database.

I can store simple short text, but long text like image base64 throws error... my database datatype is NVARCHAR (MAX)


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @optixdev

    comment field in the query string contains html tags. You must encode it and then add it to query string. Or you can send it via request headers.