Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Upload file types


Go to End


916 Views

Avatar
estheblessed

Community Member, 3 Posts

17 August 2016 at 10:27pm

Hi,

As an admin the user needs to be able to upload different file types to the CMS. I found and added this piece of code to _config.php :

Config::inst()->update('File', 'allowed_extensions', array('odt', 'ods', 'odp', 'odg', 'odf'));

This enables you to upload the files but then when you click on the file to view it throws a 'Page not found' page.

Any ideas on how to rectify this? Many thanks