Hello,
I created a file upload field and set the behavior to download link. This works fine in Chrome and Edge, but Firefox opens a new page filled with gibberish.
On the Mozilla page, I found this:
Unlike Internet Explorer, which examines the beginning of the file itself to reach an opinion about its content-type, Firefox relies on the information supplied by the web server. In this case, the server is sending "text/plain" and Firefox is honoring that. The server needs to be updated to send a better content-type for DOCX files.
Where could I change that server side?
Thanks
Thomas