Telegram_2024-05-13T23

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2024 > 05 > 13 >

Telegram_2024-05-13T23

Telegram link

 

2024-05-13T23:12:02

 

The IWSignaturePad has event handlers to receive the image. You need to implement the event handler that is associated with the method that you are calling from the browser. If you are uploading a JPG, you need to implement OnJpgImageUploaded.

 

In this event you will probably add code to save the JpgImage to whatever storage you are using

 


 

Telegram link

 

2024-05-13T23:13:11

 

something like this

 


 

Telegram link

 

2024-05-13T23:16:53

 

Yes I did exactly that, and it gives the error that I mentioned at first, but using png event works fine

 


 

Telegram link

 

2024-05-13T23:18:17

 

Let me try

 


 

Telegram link

 

2024-05-13T23:18:21

 

The problem is when using templates

 


 

Telegram link

 

2024-05-13T23:18:40

 

Using a template processor

 


 

Telegram link

 

2024-05-13T23:22:49

 

Yes, you are right. The JPG has a problem. There is a simple workaround though: Implement an empty event for PNG upload and a valid event for JPG upload. It will work.

 

This will be fixed in the next release, but you can use this simple workaround until then