Reorder support technologies (Silverlight/Flash)

  •  09-08-2009, 10:46 AM

    Reorder support technologies (Silverlight/Flash)

    Is there a way to reorder the solutions used by the uploader? 
    I've seen this order repeated in a number of forum topics:
     "
    1. If Ajax Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution.
     
    2. If Ajax Uploader detects Flash is installed on your PC, It will use the Flash solution.
     
    3. If Ajax Uploader detects Iframe is supported on your Browser, It will use the Iframe solution.
     
    4. For downlevel browsers, Ajax Uploader will render as default ASP.NET upload control."
     
    I would rather have it start with Flash and then cascade to Silverlight since Silverlight's either asks for an update or breaks the uploader when it does update.   A reboot does fix the issue, but until that is done,  the upload button is just disabled with no clue as to why.
     
    I am currently using the command "MultiUploader.SetAdvancedOption(UploaderAdvancedOption.NoSilverlight, "true"); " to help with the problem, but the correct way to solve this problem is to make Silverlight the second choice.
     
    thank you
    Filed under:
View Complete Thread