Name of the download file of a Web Image The variable is only defined in panel statement 141 and must not be changed! If panel statement 141 is defined, the script defined there is called for each image download.

Here you will find examples to use gDestName.

Name of the download file of a Web Image The variable is only defined in panel statement 141 and must not be changed! If panel statement 141 is defined, the script defined there is called for each image download.

Here is a very simple script for defining a global image folder for Web Images.

int main ()
{
    if (!system::is_server ()) string::set (gDestFolder, "/Volumes/Images");
    else string::set (gDestFolder, "/Volumes/Images_%s", server::get_session_arg ("-configuration"));
    return 0;
}

As of v4.3 R36308, you can also use a shared download folder for all instances.

int main ()
{
    string::set (gDestFolder, "/Volumes/Images");
    prefs::webimage_enable_locks (1);
    return 0;
}

See Also
gDestFolder
gDocumentID
gDestName

Alphabetic index HTML hierarchy of classes or Java