I cannot upload anything other than images using TinyMCE in Umbraco Content. I get an error:
Cannot upload this file, it does not have an approved file type
I have checked umbracoSettings disallowedUploadFiles
, there is no docx
there:
<disallowedUploadFiles>
ashx,aspx,ascx,config,cshtml,vbhtml,asmx,
air,axd,swf,xml,html,htm,svg,php,htaccess
</disallowedUploadFiles>
Also Developer -> Data Types -> Media Picker
has Pick only images
disabled. I use Umbraco 7.5.9. I can upload anything using Media section.
It seems like \Umbraco\Views\common\dialogs\mediapicker.html
<umb-photo-folder
min-height="105"
min-width="150"
max-height="250"
ideal-items-per-row="3"
on-click="clickHandler"
ng-model="images"
images-only="{{onlyImages}}" <!-- always true -->
filter-by="searchTerm" />
If I manually set it to false
, mediapicker would allow me to upload anything but I can't pick non-image files.
Any other ideas on what I should check?
Posted it in Umbraco issue tracking.