Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi couchies,

I'm using the cloak url tag with the force download parameter set to '1' this works perfectly, however, the downloaded file doesn't have a name or extension.

I probably did something wrong.

Code: Select all
<cms:cloak_url link='<cms:show gramphoto/>' force_download='1'/>
Oops, my bad I wasn't using "" but ''

the right code was:
Code: Select all
<cms:cloak_url link="<cms:show gramphoto/>" force_download='1'/>
I was in the process of posting the same thing - you used single-quotes with the parameter :)
3 posts Page 1 of 1