Javascript Reference
Form Elements > fileUpload
javascript fileUpload Description
See input (type="file").
javascript fileUpload accessKey
This is single character key that either gives focus to an fileUpload element (in some browsers) or activates a form control or link action.
javascript fileUpload blur( )
Removes focus from the current fileUpload object, at which time the fileUpload object's onblur event fires.
javascript fileUpload disabled
Specifies whether the fileUpload element is available for user interaction. When set to true, the element cannot receive focus or be modified by the u
javascript fileUpload focus( )
Gives focus from the current fileUpload object, at which time the fileUpload object's onfocus event fires.
javascript fileUpload tabIndex
This is a number that indicates the sequence of this fileUpload element within the tabbing order of all focusable elements in the document.

Powered by Linode.