Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

accept attribute | accept property

Sets or retrieves a comma-separated list of content types.

Syntax

HTML<element accept="p" ... >
JavaScript

p = object.accept

 

Property values

Type: String

Comma-separated list of content types.

Remarks

The information from the list can be used to filter out nonconforming files when prompting a user to select files to be sent to the server using the <input> element with type="file".

Examples of content types include "text/html", "image/png", "image/gif", "video/mpeg", "audio/basic", "text/tcl", "text/javascript", and "text/vbscript". For the current list of registered MIME types, see MIME Media Types.

There is no functionality implemented for this property unless defined by the author.

accept was introduced in Microsoft Internet Explorer 6

See also

input

 

 

Show:
© 2017 Microsoft