2

Quick question....

We're trying to make a decision on a dms here and Alfresco has been recommended to us.

Is the Alfresco Document Management supportive of all file types?

Thanks!

user165282
  • 70
  • 1
  • 7
damien535
  • 627
  • 3
  • 14
  • 31

1 Answers1

4

Yes, you can upload any kind of files into Alfresco.

If you upload a file called "muhammad.ali" using a strange file format, Alfresco will accept it with no problem, and you will be able to play with its meta-data etc like any other file. You probably will not be able to search for its content, though.

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
  • But alfresco (default instalation) will try to index it, though. – Zlatko Aug 20 '10 at 12:30
  • If you had a Java library that knew how to extract the indexable text from .ali files you could easily define the new file type and associate it with your custom class that does the extraction which would make files of the new type searchable. – Jeff Potts Sep 06 '13 at 20:55