Is it possible to send Signature data through a Form?

0 Answers 71 Views
Form General Discussions Signature
Kezi
Top achievements
Rank 1
Kezi asked on 20 Feb 2023, 03:29 PM
Basically I'm using the Signature component inside of the Form component, so of course I want the signature to be sent to my database. The only problem is, the string is way too long and causing the error 414. Does anyone know of a way to resolve this?
Hristian Stefanov
Telerik team
commented on 23 Feb 2023, 11:42 AM

Hi Kezi,

I'm ready to help.

Based on the error type (414), I assume that you are using somehow GET request upon submission. Can you please confirm? If that is the case, you need to change it to a POST method because the GET is not designed to handle such long queries.

The server of the project also needs its settings configured to support large files. Here are some examples (that you may know) of common server settings:

Additionally, here are some more articles that I found on the internet regarding error 414 you may find helpful:

I look forward to hearing your feedback.

Kezi
Top achievements
Rank 1
commented on 23 Feb 2023, 03:47 PM

Thank you! I figured it out. If I may ask a follow up question, do you know how I would add the signature back to a Telerik Report in it's image format (not base64)?
Hristian Stefanov
Telerik team
commented on 28 Feb 2023, 11:55 AM

Hi Kezi,

I'm glad to see that you've figured it out. Now let me cover the last question as well.

To add the signature in image format to a Telerik Report, here is an article from our documentation that gives you all the needed information to achieve the desired result: PictureBox Report Item Overview.

Kind Regards,

Hristian

No answers yet. Maybe you can help?

Tags
Form General Discussions Signature
Asked by
Kezi
Top achievements
Rank 1
Share this question
or