- Posts: 30
COMMUNITY FORUM
Securing File Attachment Download
- Chris
- Topic Author
- Offline
- Junior Member
Less
More
7 years 2 months ago #164032
by Chris
Securing File Attachment Download was created by Chris
Hi, is there a way of 'securing' the file attachment download link that K2 has for dealing with file attachments?
Basically I don't want files on a K2 item being leached and bandwidth consumed by bots on a freely downloadable file, looking maybe for including ReCaptcha or similar.
Thanks
Basically I don't want files on a K2 item being leached and bandwidth consumed by bots on a freely downloadable file, looking maybe for including ReCaptcha or similar.
Thanks
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 2 months ago #164040
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Securing File Attachment Download
Hello Chris,
Recaptcha is already being used in the comment forms.
You could implement a simple JS scirpt to show hide the download link in your overrides.
Recaptcha is already being used in the comment forms.
You could implement a simple JS scirpt to show hide the download link in your overrides.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Chris
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 30
7 years 2 months ago #164051
by Chris
Replied by Chris on topic Securing File Attachment Download
Thanks Krikor,
Next question of course is any examples of how to implement that? :)
Next question of course is any examples of how to implement that? :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 2 months ago #164059
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Securing File Attachment Download
You can use this as a starting point
medium.com/@kerrywall/building-a-simple-quiz-with-jquery-eb76c6062806
and use show(), hide() or toggle() in order to toggle the visibility of the link.
medium.com/@kerrywall/building-a-simple-quiz-with-jquery-eb76c6062806
and use show(), hide() or toggle() in order to toggle the visibility of the link.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Chris
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 30
7 years 2 months ago #164062
by Chris
Replied by Chris on topic Securing File Attachment Download
Thanks again for your great support Krikor!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 2 months ago #164106
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Securing File Attachment Download
You 're welcome Chris :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.