Viewing 1 replies (of 1 total)
  • Plugin Author Property Hive

    (@propertyhive)

    Because it’s linking to an ASPX file and not an image file the error coming back from WordPress is ‘Sorry, that filetype is not allowed’.

    As a result you would normally need to add something like so to your wp-config.php file to allow these types of download:

    define( ‘ALLOW_UNFILTERED_UPLOADS’, true );

    Let me know if issues persist after trying the above,

    Thanks,
    Steve

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to import image from url.’ is closed to new replies.