ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / C1Upload Class / Accept Property

In This Topic
    Accept Property
    In This Topic
    Gets or sets the accept file type of upload. audio/* All sound files are accepted video/* All video files are accepted image/* All image files are accepted MIME_type A valid MIME type, with no parameters.
    Syntax
    'Declaration
     
    Public Property Accept As System.String
    public System.string Accept {get; set;}
    See Also