[CLOSED] Multiple upload examples not working

  1. #1

    [CLOSED] Multiple upload examples not working

    https://examples2.ext.net/#/MultiUpload/Basic/Grid/
    https://examples2.ext.net/#/MultiUpload/Basic/Simple/

    I check above examples online but brows button not working,no file selection dialog is open in bellow mentioned browsers.please check.

    Browser : Firefox 31.0

    Browser : Chrome 36.0.1985.143 m

    Browser : Internet Explorer 11
    Last edited by matrixwebtech; Nov 05, 2014 at 11:57 AM.
  2. #2
    For me all works fine, check that your computer has installed Flash and there are no any Flash blocker browser ux
  3. #3
    yes.Adobe flash is not installed.Is there any built in functionality to detect the browser compatible or not?if not then show a warning message.
    Last edited by matrixwebtech; Nov 05, 2014 at 11:57 AM.
  4. #4
    If MultiUpload widget is added to the page then you can use the following script to check Flash
    if(swfobject.hasFlashPlayerVersion("9.0.115"))
    {
        alert("You have the minimum required flash version (or newer)");
    }
    else
    {
        alert("You do not have the minimum required flash version");
    }
    You can change flash version if it is required
  5. #5
    thanks vladimir.
    Last edited by matrixwebtech; Nov 05, 2014 at 11:57 AM.

Similar Threads

  1. [CLOSED] multiple upload issue
    By snow_cap in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 04, 2013, 10:35 AM
  2. [CLOSED] Multiple File Upload in Ext.NET v2.1
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 26, 2013, 12:13 AM
  3. [CLOSED] Multiple file support to upload in file upload control
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 01, 2013, 9:41 AM
  4. [CLOSED] TabBar Config examples in Examples Explorer not working
    By anup in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 26, 2012, 9:32 AM
  5. Replies: 1
    Last Post: Jun 23, 2011, 9:37 AM

Tags for this Thread

Posting Permissions