# Download file from raw body

**URL:** https://community.glideapps.com/t/download-file-from-raw-body/73353
**Category:** Ask for Help
**Created:** [May 14, 2024, 10:47am UTC](https://community.glideapps.com/t/download-file-from-raw-body/73353 "2024-05-14T10:47:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [May 14, 2024, 10:47am UTC](https://community.glideapps.com/t/download-file-from-raw-body/73353/1 "2024-05-14T10:47:24Z")

</div>

Hi, everyone!  
I’m trying to give to user ability to downloads file.  
But this file not in glide storage it just injected throw api call to glide table as file body text encoded base64.

```auto
<a href="data:application/vnd.openxmlformats-officedocument.wordprocessingml.document;base64,{{body_data_in_format_base64}}" download="filename.docx">
  <button>Download .docx</button>
</a>

```

This code works well in browser but haven’t works in Glide rich text component.

---

<div class="post-metadata">

### Author: ![Let\_sBrand\_Today](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/let_sbrand_today/32/73338_2.png) [@Let\_sBrand\_Today](https://community.glideapps.com/u/Let_sBrand_Today)
#### Post date: [September 10, 2024, 6:54am UTC](https://community.glideapps.com/t/download-file-from-raw-body/73353/2 "2024-09-10T06:54:37Z")

</div>

@slscustom.ru

Did you find a work around to this?

---

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [September 10, 2024, 7:14pm UTC](https://community.glideapps.com/t/download-file-from-raw-body/73353/3 "2024-09-10T19:14:41Z")

</div>

Hi, Let\_sBrand\_Today!  
Unfortunately no.
