Home Forums WoodMart support forum Error for ttf Reply To: Error for ttf

#153702

Hello,

There may be two reasons why you cannot upload the file: security and max-size of file permitted.

In order to solve the security problem.

1. Add this line to the wp-config.php file: define( ‘ALLOW_UNFILTERED_UPLOADS’, true );

2. Upload all files formats

3. Remove this line from the wp-config.php file

If you have file size problem, contact your host support to solve this issue.

Best Regards.