public function __construct($uploadsPath)
 {
     $this->_uploadsPath = $uploadsPath;
     parent::__construct(null, null);
 }