You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with the file download protocol when downloading a file containing a '#' in Firefox.
This may be related to the fact that encodeURI does not escape #, however switching to encodeURIComponent which would encode the # does not fix the problem.
Works fine in chrome...
The text was updated successfully, but these errors were encountered:
On Tue, 4 Dec 2018 at 09:18, Richard Gillams ***@***.***> wrote:
There is an issue with the file download protocol when downloading a file
containing a '#' in Firefox.
This may be related to the fact that encodeURI does not escape #, however
switching to encodeURIComponent which would encode the # does not fix the
problem.
Works fine in chrome...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#115>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AKa9kStONg47418FBzfSD_HGFAOkqgy6ks5u1j3hgaJpZM4ZAOav>
.
Now issue seems to have extended into Chrome also.
One solution is to zip up before download. It is a bit annoying for user, but I believe I tested it and it works. So probably a nice enough work around, at least in the short term.
There is an issue with the file download protocol when downloading a file containing a '#' in Firefox.
This may be related to the fact that encodeURI does not escape #, however switching to encodeURIComponent which would encode the # does not fix the problem.
Works fine in chrome...
The text was updated successfully, but these errors were encountered: