Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Creates a file upload object with a text box and browse button.
HTML Syntax
INPUT ACCESSKEY = key ALIGN = LEFT | CENTER | RIGHT ALT = text CLASS = classname DISABLED DYNSRC = url ID = value LANG = language LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS LOWSRC = url MAXLENGTH = n NAME = name SIZE = n SRC = url STYLE = css1-properties TABINDEX =n TITLE =text TYPE = FILE VALUE = value event = script ></A>
Remarks
The file upload add-on is required to use the INPUT type=file object in Internet Explorer 3.02. Users can enter a file path in the text box or click on the browse button to browse the file system.
Members
Example
The following example defines a file upload object.
Sample Code
<INPUT TYPE=file ID=file1>
Styles
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.