public function __construct() { parent::__construct(); $this->_name = 'S3 Upload'; $this->_driver = Symphony::ExtensionManager()->create('s3upload_field'); $this->S3 = new S3($this->_driver->getAmazonS3AccessKeyId(), $this->_driver->getAmazonS3SecretAccessKey()); }
public function __construct(&$parent) { parent::__construct($parent); $this->_name = 'Unique File Upload'; }
public function __construct() { parent::__construct(); $this->_name = __('Enhanced File Upload'); $this->set('override', 'no'); }
public function __construct(&$parent) { parent::__construct($parent); $this->_name = __('Advanced File Upload'); }
public function __construct() { parent::__construct(); $this->_name = __('Multi File Upload'); }