Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Latest Version of FIrefox breaks Download Links in WIX Store

  • 4 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 25 προβολές
  • Τελευταία απάντηση από jscher2000 - Support Volunteer

more options

My WIX Store sells digital downloads - I have verified that since the latest Firefox Update - My Digital Downloads have the filename truncated (to only 4 characters) and the file extension is completely wiped out

DL still works fine in Chrome & Internet Exploder

My WIX Store sells digital downloads - I have verified that since the latest Firefox Update - My Digital Downloads have the filename truncated (to only 4 characters) and the file extension is completely wiped out DL still works fine in Chrome & Internet Exploder

Επιλεγμένη λύση

Hi lnagel, is this problem still continuing? I haven't seen any other WIX threads, so I'm not sure whether this affects all stores or there is something particular to yours. Is WIX able to diagnose the issue?

Here is a known issue which is not related to recent updates:

Servers can send a download with a header like this:

Content-Disposition: attachment; filename="My First Novel.pdf"

If the quotation marks are omitted, however, Firefox truncates the file name at the first space, and the user will get a file named My which obviously not what you want.

The workaround, if you don't control the Content-Disposition header, is to replace any spaces in the file name with a character, such as an underscore.

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (4)

more options

Επιλεγμένη λύση

Hi lnagel, is this problem still continuing? I haven't seen any other WIX threads, so I'm not sure whether this affects all stores or there is something particular to yours. Is WIX able to diagnose the issue?

Here is a known issue which is not related to recent updates:

Servers can send a download with a header like this:

Content-Disposition: attachment; filename="My First Novel.pdf"

If the quotation marks are omitted, however, Firefox truncates the file name at the first space, and the user will get a file named My which obviously not what you want.

The workaround, if you don't control the Content-Disposition header, is to replace any spaces in the file name with a character, such as an underscore.

more options

Please provide a public link (no password) that we can check out. No Personal Information Please !

more options

Yes that is the problem exactly - FYI - WIX has responded that they do not support Firefox and suggested Chrome or IE browsers. Unfortunately the exact filename (with spaces) is important to my user's DL so I'm still kinda stuck. My alternative temp solution was to post a notice on my website stating that it is best viewed in browsers other than FF. Thanks for the response

more options

I'm surprised WIX has this bug in their code. It is not a new issue, as Mozilla has stubborn stuck to this standard requirement since Firefox was initially launched.

https://tools.ietf.org/html/rfc6266#appendix-D