Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Feng Forum
»
Support
»
How To's
»
File/Document Name - Maximum number of Characters?
« previous
next »
Print
Pages: [
1
]
Author
Topic: File/Document Name - Maximum number of Characters? (Read 2018 times)
robinmitra
Freshman
Posts: 32
File/Document Name - Maximum number of Characters?
«
on:
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
Logged
Markus
Jr. Member
Posts: 72
Re: File/Document Name - Maximum number of Characters?
«
Reply #1 on:
April 18, 2011, 03:19:17 am »
Hi Robin,
no source code, but table-definition in DB:
Code:
[Select]
og_project_files -> filename -> varchar(100)
There might be some modification in layout applicable, but not necessary (ROOT/application/views)
cheers
markus
Logged
robinmitra
Freshman
Posts: 32
Re: File/Document Name - Maximum number of Characters?
«
Reply #2 on:
April 24, 2011, 08:06:57 am »
Hi Markus
Thanks a lot for your reply..That solved the trick!
Cheers
Robin
Logged
Print
Pages: [
1
]
« previous
next »
Feng Forum
»
Support
»
How To's
»
File/Document Name - Maximum number of Characters?
anything