Skip to main content

Hi all,

 

I'm doing a form which requires a method to include an electronic signature when a job is signed off...

 

So what i've done is created a View which using the "Image Attachment" control in K2 Studio. Only problem i have is that when the user adds their signature, the siganture is very small and shrunk to the size of your thumb and it has the name of the filename next to it i.e. MySign.jpg (JPEG image) 10.54KB

 

How do i remove the filename properties from being displayed and also make the signature use the full length of the control?

 

Also, i've noticed an error when choosing an image. It says "The file couldn not be uploaded. The networkd might be down or the file size is larger than the r"

Error: -object ProgressEvent].

 

Is there a size limit of image attachments?

 

On the image attachment properties, I did choose MEDIUM Size.

 

Any ideas?

Hello,

 

As for the size limit of the attachments you can try the following:

 

A. Open your web.config file for SmartForm Runtime and Designtime

B. Locate the field called <httpRuntime maxRequestLength="16384"
C. Increase this value (another customer set it to 52428 and that seemed to work for him)

 

 

 


Reply