Gets or sets a message which states that Java Uploader cannot access the local file system due to Safari security settings.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string NoFileSystemAccessInSafari { get; set; }
Type: System..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:
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> → <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>".
This property is necessary for localization of ActiveX/Java Uploader.