Hi,
I'm experiencing an error in the forms for editors module. I've got a form with a file upload field. If the user uploads a file with spaces or danish characters (æøå) the link to the document generated in the mail for our customer does not work.
If I open the document from the file archive the URL in my browser (chrome) is the excact same as when I click the link from the mail. The only difference is when I copy the URL from the borwser to an .txt document.
The browser shows an URL like this in both cases (when opening from file archive and when clicking link in mail from forms for editors):
rene_tester%20dokument%20med%20æøå.txt
When I copy the URL I get from opening the file from the file arhive it shows this when I paste it into a .txt document (this link works):
rene_tester%20dokument%20med%20%C3%A6%C3%B8a%CC%8A.txt
When I copy the URL I get from clicking the link in the mail it shows this when i paste it (not working):
rene_tester%20dokument%20med%20%C3%A6%C3%B8%C3%A5.txt
How come these are different? And what can I do to make it work?
I've already set up rules to remove spaces and æøå in the file archive in MC, but apparantly theese rules doesn't apply to the forms for editors file upload.