Creates a file input for file upload.
Class FileInput( name, value ) from \
Input(( InputType.file, name, value))
| name | The name that will be sent back in the form post. |
| value | Initial value for the item. |
| Methods inherited from class BaseInput | |
| disabled | Helper method to disable this input. |
| readonly | Helper method to set this field read-only. |
| Properties inherited from class BaseDom | |
| childTypeList | |
| children | |
| eattr | |
| hname | |
| parent | |
| profile | Meta-profiles. |
| text | |
| Methods inherited from class BaseDom | |
| render | |
| st_makesep | |