Nico Knoll Posted September 28, 2012 Share Posted September 28, 2012 Hi, I created a field called "files" with the pagetype "file" (or so). I added "exe" to the allowed upload formats ("Valid File Extensions"). But if I'm trying to upload .exe it says: - seminare.exe - Invalid file extension, please use one of: pdf, doc, docx, xls, xlsx, gif, jpg, jpeg, png, mov, exe, zip, m4v, dmg How can I solve this? / Nico 2 Link to comment Share on other sites More sharing options...
arjen Posted September 28, 2012 Share Posted September 28, 2012 Isn't this handled in the config.php? 2 Link to comment Share on other sites More sharing options...
ryan Posted September 28, 2012 Share Posted September 28, 2012 Arjen is right. See /site/config.php $config->uploadBadExtensions = 'php php3 phtml exe cfm shtml asp pl cgi sh vbs jsp'; Link to comment Share on other sites More sharing options...
Nico Knoll Posted September 29, 2012 Author Share Posted September 29, 2012 Thank you guys! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now