Byte64 string will not send to Data Table.

  • 11 January 2019
  • 1 reply
  • 3 views

I have a problem i am facing with K2 now,
i am using a solution with K2 which can do Digital Signature, Fine and good I works fine.

Now i decided to do something here, I have gotten the base64 string into a K2 Textbox control now when i want to send the base64 string to the Database (Which is a smart Object), its not sending the byte (base64 string) to the database Table.

Why is this so? Has anyone had this same issue earlier on? Please I do need help here.


1 reply

Badge +11

There's no reason why you can't do this.  Is the column in your database table large enough to hold the data?  Are you using a SmartObject memo data type?

Reply