accept property
Sets or retrieves a comma-separated list of content types.
Syntax
HRESULT value = object.put_accept( v);HRESULT value = object.get_accept(* p);
Property values
Type: BSTR
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.
IHTMLInputElement2::accept was introduced in Microsoft Internet Explorer 6