• Resolved kubiq

    (@kubiq)


    Hello,

    thank you for this plugin, but it’s not working in Edge.

    Problem is in your JS?dlm-xhr.min.js in code file_name = responseHeaders['content-disposition'].split('filename=')[1];

    You use?split('filename=')?but response header in Edge looks like?attachment; filename*=UTF-8''Checkliste_Gemeinsame-Werte-Vorstellungen-Zukunftsplaene.pdf;?so there is no?filename=?but?filename*=?instead

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kubiq

    (@kubiq)

    Oh yes, I forget the promised solution…

    Just replace your split('filename=') with an regex one split( /(?:filename\*=UTF-8'')|(?:filename=)/ )

    Hi @kubiq,

    Thank you for your feedback! We appreciate it!

    Will go ahead and mark this thread as resolved due to inactivity and because we already have an open ticket on GitHub regarding this. Please keep in mind that the ‘resolved’ status is only for this support thread, not the issue on GitHub.

    Warmly,

    Mihaela

    Just adding myself to the conversation so I’m in the loop ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please fix EDGE bug – here is how’ is closed to new replies.