123 Posts in 58 Topics by 51 members
Showcase Questions
SilverStripe Forums » Showcase Questions » File Extensions
Feedback and questions about sites in the Community Showcase.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1928 Views |
-
File Extensions

29 July 2010 at 12:49am
I have a exe.file that I want to upload into the images section of Silverstripe, but for some reason it can't upload, because Silverstripe doesn't accept it. Anyway, it's an exe.file, and it should be accepted, but maybe it has something to do with the extension. I don't know. Anyway, is there a way to upload this file into Silverstripe?
-
Re: File Extensions

29 July 2010 at 11:11pm
You probably need to add exe to the allowed_extensions. Its not there by default. Put this in your config file
File::$allowed_extensions[] = 'exe';
-
Re: File Extensions

16 September 2011 at 11:05am
I have a related issue. I was able to get Uplodify working with executable files but they won't show up in the CMS folders. That makes linking to them a little difficult for some of my users. Is there a way that SS will show .exe and .msi files in the file tree?
| 1928 Views | ||
|
Page:
1
|
Go to Top |


