File transfer support in GWA deployment

File transfer operations are supported in Genero Web Application (GWA) deployments using fgl_putfile and fgl_getfile.

The fgl_putfile function can be used to download a file from the virtual directory where the GWA resides in the browser. This operation is equivalent to a standard file download in any browser. For details, see fgl_putfile().

The fgl_getfile function is used for uploading: it locates a file from the user's machine and places it in the virtual directory of the GWA. For details, see fgl_getfile().

For more information about the virtual directory system, see File system.