Name
fileUpload — NN 3 IE 4 DOM 1
Synopsis
The fileUpload
object is a form control generated with an INPUT
element whose TYPE attribute is set to
"file". The “fileUpload” term does not
appear in scripts, but it is the way Netscape casually refers to this
object.
HTML Equivalent
<INPUT TYPE="file">
Object Model Reference
- NN
[window.]document.formName.elementName[window.]document.forms[i].elements[i]- IE
[window.]document.formName.elementName[window.]document.forms[i].elements[i][window.]document.all.elementID
Properties
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Collections/Arrays
|
|
|
|
Event Handler Properties
|
Handler |
NN |
IE |
DOM |
|---|---|---|---|
onblur |
3 |
4 |
n/a |
onchange |
n/a |
4 |
n/a |
onclick |
n/a |
4 |
n/a |
ondblclick |
n/a |
4 |
n/a |
onfilterchange |
n/a |
4 |
n/a |
onfocus |
3 |
4 |
n/a |
onhelp |
n/a |
4 |
n/a |
onkeydown |
n/a |
4 |
n/a |
onkeypress |
n/a |
4 |
n/a |
onkeyup |
n/a |
4 |
n/a |
onmousedown |
n/a |
4 |
n/a |
onmousemove |
n/a |
4 |
n/a |
onmouseout |
n/a |
4 |
n/a |
onmouseover |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access