Web FilePicker - File Property

Last file selected by the picker

Member of Web FilePicker (PRIM_WEB.FilePicker)

Data Type - String

Details

The File property provides access to the currently selected file.
 
This can be used to instantiate a LANSA bitmap instance.

Example

In this example, a change to the file picker is detected and a bitmap instance created.
Evtroutine Handling(#FilePicker.Changed)
 
   #Bitmap <= #sys_appln.Createbitmap( #FilePicker.File )
 
Endroutine

See also

All Component Classes

Technical Reference

March 2018 V14SP2