Question
Spaces in URLS
When users on my site submit a report, an email is generated
with cfmail that passes the URL where the report can be found.
On some of the URL strings there are spaces and the link within the mail is not accurate. It dies at the space...
Should I use URLEncodedFormat to solve this issue? I can't have any spaces in the URL or else it won't work correctly.
On some of the URL strings there are spaces and the link within the mail is not accurate. It dies at the space...
Should I use URLEncodedFormat to solve this issue? I can't have any spaces in the URL or else it won't work correctly.
