accept property
[This documentation is preliminary and is subject to change.]
Sets or retrieves a comma-separated list of content types.
Syntax
HRESULT value = object.put_accept(BSTR v);HRESULT value = object.get_accept(BSTR* 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.
accept was introduced in Microsoft Internet Explorer 6
Build date: 1/26/2012