Assetize

Presentation XML · Data controls

Upload File <uploadfile>

A file-upload field.

Application Designer edits <uploadfile> through its "Upload File Properties" dialog, backed by the CTRL_UPLOADFILE object: 9 properties, each with the type, length and value list the product itself declares.

In the 204 stock presentations it appears 17 times on 11 screens, inside <section> (8), <buttongroup> (3), <sectionrow> (3), <dialog> (2); it is a leaf.

Where it goes

Sits inside: <section>, <buttongroup>, <sectionrow>, <dialog>, <systemlib>. May contain: none (a leaf control).

Properties

PropertyValueWhat it doesSource
cancellabelstringCancel Button Label. ALN 4000. Stock screens: 16 uses on 10 screens, values Cancel (16).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_UPLOADFILE.CANCELLABEL; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#itemimage_3_1
datasrccontrol-idData Source ID. ALN 128. Not used by any stock presentation.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_UPLOADFILE.DATASRC; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab
eventmxeventEvent. ALN 254. Stock screens: 8 uses on 7 screens, values dolongop (3), loadModelFile (2), loadData (1), loadFile (1), uploadimage (1).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_UPLOADFILE.EVENT; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#itemimage_3_1
labelstringLabel. ALN 4000. Stock screens: 16 uses on 10 screens, values Specify a New File (4), Specify a New File (3), Specify Import File (3), Browse for Model: (2), Browse for File: (1) … 8 distinct.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_UPLOADFILE.LABEL; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#itemimage_3_1
maxfilesizeintMaximum File Size. INTEGER 12. Stock screens: 7 uses on 7 screens, values 200 (7).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_UPLOADFILE.MAXFILESIZE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#importfile_file_2_1
oklabelstringOK Button Label. ALN 4000. Stock screens: 16 uses on 10 screens, values OK (16).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_UPLOADFILE.OKLABEL; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#itemimage_3_1

Example

<!-- LIBRARY · itemimage_3_1 -->
<uploadfile cancellabel="Cancel" event="uploadimage" id="itemimage_3_1" label="Specify a New File" oklabel="OK"/>

Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_UPLOADFILE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_uploadfile; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#itemimage_3_1