Re: AjaxUploader:UploadAttachments continues to transfer after cancel

  •  01-15-2009, 9:53 AM

    Re: AjaxUploader:UploadAttachments continues to transfer after cancel

    the Flash mode means only use Flash , if the browser does not install the Flash , it would prompt the user to install it.
     
    You can also use Auto mode, and disable the silverlight by this way:
     
    uploader.SetAdvancedOption(UploaderAdvancedOption.NoSilverlight, "true");
     
    Regards,
    Terry
View Complete Thread