How can I download attachments from comments? | Community
Skip to main content

How can I download attachments from comments?

  • December 10, 2021
  • 1 reply
  • 0 views

Lucky11

Hello,

I am trying to download the file from one of the comments inside the ticket. I already got the "content_url" data, but I don't know the code on how to download it. I'm using React.js.

1 reply

Eric27
  • December 13, 2021
Hey Lucky,

Once you have the content_url you'd handle this just like any other download in Javascript. Here's a stackoverflow post that might help.