Home > other >  Django-CKEditor Image Upload File Types
Django-CKEditor Image Upload File Types

Time:01-15

I have successfully installed Django CKeditor with Uploader but I have one problem I cannot find information about. When I select Upload I get the standard Windows file browser but it is set to all files. How can I configure CKUploader to just show supported image file types?

Thanks.

CodePudding user response:

You can restrict upload to image only by setting CKEDITOR_ALLOW_NONIMAGE_FILES = False in settings.py

  •  Tags:  
  • Related