|
For each instance of an <input type="file"> tag in an HTML
form, a FileUpload object is created in the fly.
You can access a
FileUpload object by searching through the elements[] array of
the form or by using document.getElementById().
IE: Internet Explorer, O:
Opera, F: Firefox, W3C: World Wide Web Consortium (Internet
Standard).
|