Skip to Content
0
Former Member
Mar 03, 2009 at 10:50 AM

Value of request->get_form_field( ) getting truncated ?

93 Views

Hi All,

I have an input field on my BSP. I am fetching its data in onInputProcessing as follows :-

var1 = request->get_form_field( 'text1' ).

where, var1 is string

But, the problem is, only first 255 characters from the input field get assigned to text1. The remaining are truncated.

How do I get the entire contents of text field into the variable var1 ?

Regards,

Ashish