Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
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:

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
@littlekoala, the cms:cloak_url tag is supposed to work with files uploaded through Couch (e.g. through the filemanager you get with the 'file/image' type editable region).

Files uploaded using the method mentioned above will never have spaces (or other problematic characters) in them - the filemanager sees to this by sanitizing the names.

I think you have placed the files directly onto the server.
Please either rectify the names manually or use the filemanager to re-upload the files.

Thanks.
Ok. Thanks for your explanation.
3 posts Page 1 of 1