FileWidgetAccept Property  | 
 
            Gets/sets the types of files that the server accepts (that can be submitted through a file upload). 
            This value is used to set the HTML input ACCEPT attribute on the 
File subcontrol.
            See 
http://www.w3schools.com/tags/att_input_accept.asp for more information on ACCEPT.
            Note that ACCEPT is now supported by most recent browsers.  
            It appears that the most recent widely-used browser the DOES NOT support ACCEPT is Internet Explorer 9.
            
 
    Namespace: 
   NetQuarry.WebControls
    Assembly:
   EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string Accept { get; set; }Public Property Accept As String
	Get
	Set
Property Value
Type: 
StringImplements
IFileWidgetAccept
See Also