Home › Forums › Back End › Blob display is truncated › Re: Blob display is truncated
September 29, 2009 at 11:31 am
#64829
Member
Those settings start with ; which indicates a comment. This means the default setting applies, which would explain why you are only able to get the first 4096 bytes of the file.
Remove the ; from mssql.textlimit and mssql.textsize and restart apache. That should put the new settings into effect.