file extension restriction in File Manager

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
6/1/2016 6:52:24 AM
Gravatar
Total Posts 10

file extension restriction in File Manager

Hi,

i want to upload a vector artwork as an .emf-file to the file Manager. I can select the file to upload it but it don't happen anything.

When i Change the file Extension to .jpg than i can upload it.

Is there a restriction for some file extensions? If there is something like that, where can i add this Extension?

 

thanks,

Chris

6/26/2016 6:04:48 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Re: file extension restriction in File Manager

I've not tested this but I believe the File Manager upload is controlled by these settings in web.config that can be overridden in user.config

    <add key="AllowedUploadFileExtensions" value=".gif|.jpg|.jpeg|.png|.flv|.swf|.wmv|.mp3|.mp4|.m4a|.m4v|.oga|.ogv|.webma|.webmv|.webm|.wav|.fla|.tif|.asf|.asx|.avi|.mov|.mpeg|.mpg|.zip|.pdf|.doc|.docx|.xls|.xlsx|.ppt|.pptx|.pps|.csv|.txt|.htm|.html|.css" />
    <add key="AllowedLessPriveledgedUserUploadFileExtensions" value=".gif|.jpg|.jpeg|.png|.zip|.pdf|.htm|.html" />

You must sign in to post in the forums. This thread is closed to new posts.