fileUpload

This object is reflective of the functionality of an Html INPUT element whose TYPE has been set to 'file'. which is used to upload a file to a server.

DOM Reference

Internet Explorer

window.document.formName.elementName
window.document.forms[n].elements[n]
window.document.all.elementID

Netscape Navigator

window.document.formName.elementName
window.document.forms[n].elements[n]

The properties of the fileUpload object are:

accessKey
className
disabled
document
form
id
isTextEdit
lang
language
name
offsetHeight
offsetLeft
offsetParent offsetTop
offsetWidth
outerHtml
outerText
parentElement
parentTextEdit
size
sourceIndex
style
tabIndex
title
type
value

The Methods of the fileUpload object are:

blur()
click()
contains()
focus()
getAttribute()
handleEvent()
insertAdjacentHtml()
insertAdjacentText()
removeAttribute()
scrollIntoView()
select()
setAttribute()

The Collections and Arrays for the fileUpload object are:

all [ ]
children [ ]
filters [ ]

The Event Handlers for the fileUpload object are:

onBlur
onCHange
onCLick
onDblClick
onFilterChange
onFocus
onHelp
onKeyDown onKeyPress
onKeyUp
onMouseDown
onMouseMove
onMouseOut
onMouseOver
onMouseUp
onSelect