Uploader.Type Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets type of currently using ActiveX/Java Uploader control, Java applet or ActiveX control.

Syntax

PHP
public function getType() {
}

public function setType($value) {
}

Property Value

Type: string

Type of currently using ActiveX/Java Uploader control.

Possible values are:

  • java for Java applet
  • activex for ActiveX control

You can use this property to utilize Java applet only in all browsers including Internet Explorer, although it is not recommended.

Default value is "activex|java".

Example

See Also

Reference