How about a simple Google Search before flooding the questions with non-WordOps queries? Please, don't mind...
This error isn't related to WordOps but the recent versions of WordPress itself.
To fix this, you can temporarily disable the default WordPress Upload filtering by adding the following line in wp-config.php
define(‘ALLOW_UNFILTERED_UPLOADS’, true);
Source