This documentation is for the old version. Go to the latest Upload Suite docs

NirvanixExtender Class

This class extends Image Uploader with direct upload to Nirvanix storage.

The following tables list the members exposed by the NirvanixExtender type.

Constructor

Name Description
public method NirvanixExtender($writer) Creates and initializes an instance of the NirvanixExtender class.

Properties

Name Description
public property getAppKey()
setAppKey($value)
Gets or sets the application key that contains the user to be logged in.
public property getDestFolderPath()
setDestFolderPath($value)
Gets or sets the destination path of the files being uploaded.
public property getFileOverwrite()
setFileOverwrite($value)
Indicates whether a file with the same name in the destination folder should be overwritten by a file uploaded using the upload token.
public property getFirstByteExpiration()
setFirstByteExpiration($value)
Gets or sets the number of seconds the upload token has until the first byte of an upload is transferred.
public property getIpRestricted()
setIpRestricted($value)
Indicates whether the upload token should be restricted to the consumerIP.
public property getLastByteExpiration()
setLastByteExpiration($value)
Gets or sets the number of seconds the upload token has until an upload is completed.
public property getPassword()
setPassword($value)
Gets or sets the password for the account.
public property getSizeBytes()
setSizeBytes($value)
Gets or sets the size of the file to be uploaded in bytes.
public property getUsername()
setUsername($value)
Gets or sets an account name to log in with.

See Also

Samples