I don't know if this is a bug or this is how it work by design.
If i have a file name like "010. Lorem Ipsum.pdf", the url will be encoded to "010.%20Lorem%20Ipsum.pdf" and put it in cloak_url tag like:
If you click the url, the browser will spit out "File Not Found" error
If i have a file name like "010. Lorem Ipsum.pdf", the url will be encoded to "010.%20Lorem%20Ipsum.pdf" and put it in cloak_url tag like:
- Code: Select all
<cms:cloak_url link="http://www.example.com/uploads/file/secure/010.%20Lorem%20Ipsum.pdf" force_download='1' />
If you click the url, the browser will spit out "File Not Found" error