Limiting view text for file upload
How do I limit the length of file upload field in a view?
for example:
(problem)
test_really_long_file_name.doc
(solution)
test_really...
Is this feature in there? I'm more concerned our the views than initial upload.
Any ideas? Thanks.
msemon