Feng Forum

Support => How To's => : robinmitra April 15, 2011, 01:43:42 PM

: File/Document Name - Maximum number of Characters?
: robinmitra April 15, 2011, 01:43:42 PM
Hi

I just noticed that FO truncates filenames with more than 100 characters (roughly).

How do I go about increasing this limit from 100 to say 200, as we have larger filenames in our organisation.

I am a coder so any pointers into the source code would be appreciated if the need be.

Best Regards

Robin
: Re: File/Document Name - Maximum number of Characters?
: Markus April 18, 2011, 03:19:17 AM
Hi Robin,

no source code, but table-definition in DB:

:
og_project_files -> filename -> varchar(100)
There might be some modification in layout applicable, but not necessary (ROOT/application/views)

cheers
markus

: Re: File/Document Name - Maximum number of Characters?
: robinmitra April 24, 2011, 08:06:57 AM
Hi Markus

Thanks a lot for your reply..That solved the trick!

Cheers

Robin