• Resolved swilson2312

    (@swilson2312)


    File names when selected for upload do not appear above ‘Add File’ button in IE (8, 9, 10) and Edge. It appears as though the file name is not injected into <span class=”mfcf7-zl-multifile-name”></span> and thus the close icon defaults to “display: none;”.

    Works fine in Chrome & FF. Page link is login protected. Can send different link if need be.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Swilson2312,

    I have faced same issue on my IE version. But i have fixed that issue only small changes on JS file. Please follow below steps to know how to do this

    1. Find zl-multine-files.js file on plugin JS folder
    2. Edit zl-multine-files.js file and find below line

    $(zl_filecontainer + ' p.wpcf7-form-control-wrap:last input').change(function(e) replace with $(zl_filecontainer + ' p.wpcf7-form-control-wrap:last input').on('input', function(e)

    3. After apply above changes test it again. It’s work for me.

    Please Let me know if you have same problem after applied above changes.

    Thanks.

    • This reply was modified 6 years, 1 month ago by divyeshk.
    Thread Starter swilson2312

    (@swilson2312)

    Thanks it worked!

    Plugin Author Zluck

    (@zluck)

    Thanks Divyesh, Swilson2312

    I will add it into next update.

    Plugin Author Zluck

    (@zluck)

    @swilson2312, @divyeshk

    this update is released in latest version 1.1

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘file name render issue IE & Edge’ is closed to new replies.