Messages.NoFileSystemAccessInSafari Property ActiveX/Java Uploader PHP

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a message which states that Java Uploader cannot access the local file system due to Safari security settings.

Syntax

PHP
public function getNoFileSystemAccessInSafari() {
}

public function setNoFileSystemAccessInSafari($value) {
}

Property Value

Type: string

The message which states that Java Uploader cannot access the local file system due to Safari security settings. It can contain the following placeholder:

[name]
replaced by the host name of the currently opened website.

Default value is "<p>The browser does not allow Upload Suite to access the local file system. To enable the access perform the following steps:</p><ul><li style="margin-top:10px">Go to <strong>Safari</strong> &rarr; <strong>Preferences</strong>, choose the <strong>Security</strong> tab, and click <strong>Plug-in Settings...</strong> near <strong>Internet Plug-ins</strong>.</li><li style="margin-top:10px">Select <strong>Java</strong> in the left column.</li><li style="margin-top:10px">Hold the <strong>Option/Alt</strong> button.</li><li style="margin-top:10px">Click on the dropdown box next to the <strong>[name]</strong> website. Choose <strong>Run in Unsafe Mode</strong> or uncheck <strong>Run in Safe Mode</strong>.</li><li style="margin-top:10px">If a security dialog appears, click the <strong>Trust</strong> button.</li></ul>".

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference