PAGE('IMPORTFILE' ...)

PAGE('IMPORTFILE', 
RecordOriginal,
string FieldNameOriginal,
string FieldNameFilename,
'image',
RecordResized,
string FieldnameResized,
int MaxWidth,
int MaxHeight);

Example:
PAGE('IMPORTFILE',Item,'Picture','','image');

Use this command to open the image gallery and choose an image to import into the record specified. You may choose to resize the image upon import. See the PAGE('CAMERA' ... command for details about how to resize images.