Allow all file types for the WordPress upload

Bildschirmfoto 2021 06 03 um 09.57.14
Contents

    If you do not want to upload a certain file type in WordPress, you can allow all file types with this code in wpconfig.php. We recommend using this code only temporarily and removing it again after the upload!

    define('ALLOW_UNFILTERED_UPLOADS', true);

    Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

    Updated on 29. March 2024
    Was this article helpful?

    Leave a Reply

    Your email address will not be published. Required fields are marked *