Built-in functions / Built-in functions |
Retrieves a file from the front-end context to the virtual machine context.
fgl_getfile( src STRING, dst STRING )
The fgl_getfile() function uploads a file from the front-end workstation disk to the application server disk where fglrun is executed.
When the front-end is located on a mobile device (GMA or GMI), the fgl_getfile() function can take an opaque file path as first argument, to identify a local device resource returned from a front call such as choosePhoto, takeVideo. This allows you to retrieve the media file into the virtual machine context, for persistent storage, and to share it with applications running on other devices. This fgl_getfile() feature can be used with a standalone app running on the device, or a client/server app executing on a server and displaying on the device. For more details, see Runtime images.