Forum Discussion
haratsu
Oct 13, 2023Copper Contributor
DevOps Wiki: How to enable download of attachment
Hello, I do have a git based wiki in ADO with the following structure: | ---- REAGME.md
| ---- .attachments
| ---- config.xml Within README.md I want to reference config.xml in a way t...
Jamony
Jun 30, 2026MCT
Hi, Azure DevOps Wiki can be a bit restrictive with attachment links because it rewrites relative paths. I do not think there is a clean wiki-native way to force download behavior like download=true for every browser. A practical workaround is to store the file somewhere with controlled download headers, or link to the raw file in the repo if that gives the behavior you need.