Cute editor not showing jpg images in DNN

Last post 09-19-2005, 2:07 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  09-19-2005, 2:00 PM 10748

    Cute editor not showing jpg images in DNN

    The cute editor insert image dialog box is only showing gif images that I have uploaded in DNN, and not the jpg files.
     
    If I try and upload a jpg file from the Cute editor's insert image dialog box, it comes up with the error:
     
    Cannot upload the file.   The File format is not supported.
     
    I can upload jpg files fine through the DNN file manager.
     
    Is there a config somewhere I need to set?  I'm using the latest NukeEdit31.zip file.
  •  09-19-2005, 2:07 PM 10750 in reply to 10748

    Re: Cute editor not showing jpg images in DNN

    Please check your security policy file.

    You can find those files under CuteSoft_client/CuteEditor/Configuration/Security folder.

    This is an example of the security policy file.

     <security name="ImageFilters">
      <item>.jpg</item>
      <item>.jpeg</item>
      <item>.gif</item>
      <item>.png</item>
     </security>
     <security name="MediaFilters">
      <item>.avi</item>
      <item>.mpg</item>
      <item>.mpeg</item>
      <item>.mp3</item>
     </security>
     <security name="DocumentFilters">
      <item>.txt</item>
      <item>.doc</item>
      <item>.pdf</item>
      <item>.zip</item>
      <item>.rar</item>
      <item>.avi</item>
      <item>.mpg</item>
      <item>.mpeg</item>
      <item>.swf</item>
     </security> 
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML