• Resolved sarasotasam

    (@sarasotasam)


    I am getting this message when trying to upload a csv file (d.csv): Problem uploading file to import. Error details: ‘Sorry, you are not allowed to upload this file type.’

Viewing 1 replies (of 1 total)
  • Plugin Author Javier Carazo

    (@carazo)

    If you look into this forum you will see this question answered many times.

    This is a security restriction of your site and the easisest way to solve this is including in wp-config.php this directive:

    define(‘ALLOW_UNFILTERED_UPLOADS’, true);

Viewing 1 replies (of 1 total)
  • The topic ‘Problem Uploading CSV File’ is closed to new replies.