Official Content

When getting Blob data from the database, a temporary file is saved locally or in the server disc, depending on the architecture of the application. This generator property indicates the location where the temporary files are saved.

Scope

Generators: .NET, .NET Framework, Java

Description

Web environment

In web environment, this property is used to set the web server path where files are temporarily saved when retrieved from the database. That is to say, when you Get data, a temporary file is saved in the Blob Local Storage Directory.

Notes:

1. The Blob Local Storage Directory must be accessible from the virtual directory, and there must be read permissions for the user who runs the web application (IIS user, for example) in that directory.

2. If the property is not set up, the temporary files will be saved in the PublicTempStorage (default value) directory.

3. The value of this property has to point to a relative directory under the web directory. For this reason, the default value is PublicTempStorage, which is relative and is created at runtime as a folder under the web directory.

How to apply changes

To apply the corresponding changes when the property value is configured, execute Build any object with the purpose of generating the *.config files.

See Also

Blob data type
Temp media directory property
Applying property changes

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant