File not allowed | WordPress.org

[ad_1]

Hello @bartb112,

Our latest was only a minor changes and it’s not related to upload process.

Can you provide an exact link or product page where the upload form will appear?

Also, share a screenshot of your WooCommerce -> Settings -> File Uploads.

Lastly, can you try and add the code below in your theme/functions.php file or any code snippet plugin.

add_filter( 'upload_mimes' , 'dnd_cf7_add_custom_mimes');

function dnd_cf7_add_custom_mimes($mimes){
   $mimes['eps'] = 'application/postscript';
   $mimes['ai'] = 'application/postscript';
   return $mimes;
}

Thanks.

Thanks for help, problem solved.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer