When you change library file properties, you may encounter the error File type has not been added even if you have already added the file type to the whitelist in web.config .
- Go into the Workarea's library tab, click library in the left pane, and click the library properties button.
- Copy the list of image and file types into notepad.
You should have a list like this:xml,css,doc,docx,f4v,flv,html,js,json,kml,mov,mp3,mp4,ogv,pdf,ppt,pptx,swd,swf,swz,webm,wmv,xls,xlsx,gif,jpeg,jpg,bmp,png,svg
- Modify the list so it will be accepted in your workarea by adding a '*.' before the extension and ',' directly after. If your list was only xml,css,doc,docx,f4v,flv then the resulting list would be *.xml,*.css,*.doc,*.docx,*.f4v,*.flv .
- Paste the list inside the value quotes. In the example above your whitelist would be as follows.
- If there are new file types you need to upload, add them to the end of the whitelist.
If you still cannot change the library file type properties, contact Ektron Support.
Please sign in to leave a comment.