Re: Can we set file extension and MaxsizeKb using javascript?

  •  03-25-2009, 1:01 PM

    Re: Can we set file extension and MaxsizeKb using javascript?

    Hi,
     
    Yes. DialogFilter is just for the browser plugins.
     
    If no plugin installed , the uploader would use the <input type="file"/> which do not support the filter.
     
    And the filter is just an helper property to let the users select the file easily.
     
    Please do not use it for security propose.
     
    Regards,
    Terry
     
View Complete Thread