File upload issue with flexsheet in mozilla fiorefox browser

Posted by: dbakshi on 31 October 2017, 3:24 am EST

    • Post Options:
    • Link

    Posted 31 October 2017, 3:24 am EST

    Hi,

    i am using file upload in flexsheet.It is working in chrome but not working in mozilla firefox browser(the fire event on file upload not firing).Same works in firefox if implemented standalone without using flexsheet.Kindly suggest a solution to this.How can this be fixed?

    Regards,

    Dharna

  • Posted 1 November 2017, 12:47 am EST

    Hi,

    also i forgot to tell,i am using wijmo 5 flexsheet with angular 2.

    Regards

    Dharna

  • Posted 1 November 2017, 2:05 am EST

    Hi Dharna,

    The File input is working fine at cell level with 5.20172.359 build. For reference, please refer to the attached sample for the same.

    ~Manish

    FlexSheet_cellAttachment_file.zip

  • Posted 1 November 2017, 2:51 am EST

    Ok thank you i will check.But is it working in mozilla firefox browser?

    Regards

    Dharna

  • Posted 1 November 2017, 7:36 am EST

    Yes!

  • Posted 3 November 2017, 7:18 am EST

    Hi,

    yes thank you so much it worked.Actually chrome automatically detects onchange event.But in mozilla we need to pass event in onchange function:

    e.g in chrome this works:

    cell.firstChild.onchange=()=>{

    console.log(event)

    }

    but in mozilla we need to pass event in function:

    cell.firstChild.onchange=(event)=>{

    console.log(event)

    }

    Regards,

    Dharna

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels