Files in concrete5 are represented by objects, just like Pages, Blocks and Users. These objects are listed by the file manager, to which access can be given to different users or groups. Here is a short list of some of the functionality available to the File objects. 

  • Versioning - every update operation to a file will create a new version, complete with a log who created it, and what they did.
  • Editing – Certain file types can be edited directly from the file manager. Image editing is available inline with the popular Picnik (link to picnik) image editor.
  • Thumbnails - each file can have up to three thumbnails associated with it.
  • Attributes - like Pages, Files can have any number of definable attributes. These can be automatically set during the import process, as well.

Common Questions

Do all files in concrete5 have to be added to the file manager before they can be worked with?

Yes. Files must be present as objects in the system before they can be manipulated or even attached to pages or blocks. This happens by adding them to the file manager. Fortunately the file manager allows this to happen from within the editing context, making it fairly easy to do. 

What types of files are supported?

Lots of types. Common image types (JPEG, PNG, GIF) will be thumbnailed, but concrete5 has icons for tons of file types (based on extension). Just modify the list of allowed file extensions in the Dashboard > Files > Access page if the file type you're trying to upload doesn't work.

Can developers extend the file manager or automatically populate certain file attributes on upload?

Yes, with what we call file importer routines. You can read about those in the Metadata section. Additionally, developers can be provide custom editing and viewing interfaces for files based on type.

Recent Discussions on this Topic

Getting Back into my site

I disabled my site via the dashboard so that I could make some changes. During that time yesterday the concrete5 site was taken down for maintanance, but now I can not log in to my admin site or my regular site. HELP!!!!

Automatically loading files and adding into file sets

I'd like to automatically get files into the File Manager and added to file sets automatically from a shell script. I'm using RSYNC in a cron job to get files up to my web server into the .../files/incoming directly. I currently manually add those fil…

Malware

On 7 October 2010 I found MS Windows malware at: http://www.concrete5.org/about/case_studies/sound-alfeld/ * What is Concrete5 doing about malware? * What can be said about the security of C5 coding?

Moved site to new server - File Manager empty

I have moved the site (files and database) to a new server (development to live). I followed the instructions in http://www.concrete5.org/documentation/installation/moving_a_site Everything else seems ok - pages display (without files from file ma…