• Hello,
    Firstly thanks for this plugin, I am try to replace zip and rar files in my media library, and I got this error “File type does not meet security guidelines. Try another.”.

    I am already added the following code in wp-config.php but I think there must be something else.
    define( ‘ALLOW_UNFILTERED_UPLOADS’, true );

    Help is appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you have any luck with this? I have the same issue.
    Thanks

    Thread Starter sketchuparchive

    (@sketchuparchive)

    I have edited upload.php file for this plugin, and deleted this line :

    if ($filedata[“ext”] == “”) {
    echo __(“File type does not meet security guidelines. Try another.”, ‘enable-media-replace’);
    exit;
    }

    Now it’s working fine for me

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File type does not meet security guidelines. Try another.’ is closed to new replies.