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.
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
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" />