# Download File Action, Drag & Drop Files

**URL:** https://community.glideapps.com/t/download-file-action-drag-drop-files/66600
**Category:** Feature Requests
**Created:** [September 28, 2023, 3:35pm UTC](https://community.glideapps.com/t/download-file-action-drag-drop-files/66600 "2023-09-28T15:35:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Curtis](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/curtis/32/59826_2.png) [@Curtis](https://community.glideapps.com/u/Curtis)
#### Post date: [September 28, 2023, 3:35pm UTC](https://community.glideapps.com/t/download-file-action-drag-drop-files/66600/1 "2023-09-28T15:35:01Z")

</div>

One of our apps holds specification pdf documents. The option to download on click rather than open url in the browser and then download would be a real time saver.

Even better the ability to drag and drop the file would be amazing.  
Example use case. Drag file from glide app onto an open email to send the file to a customer.

Currently we’re using Dropbox but would like to utilise glide or somehow connect the two. Using Dropbox as the datasource would be ideal. Is this achievable with the new Call API?

---

<div class="post-metadata">

### Author: ![Austin](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@Austin](https://community.glideapps.com/u/Austin)
#### Post date: [January 9, 2024, 8:49pm UTC](https://community.glideapps.com/t/download-file-action-drag-drop-files/66600/2 "2024-01-09T20:49:35Z")

</div>

I agree with this. If there were a way to just click on an image or a link and download it or at least view it, that would be a game changer

---

<div class="post-metadata">

### Author: ![Curtis](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/curtis/32/59826_2.png) [@Curtis](https://community.glideapps.com/u/Curtis)
#### Post date: [January 10, 2024, 1:33pm UTC](https://community.glideapps.com/t/download-file-action-drag-drop-files/66600/3 "2024-01-10T13:33:54Z")

</div>

We found a work around if your just looking to download.  
We use a template column to add dl=1 to links. This is then the link to display PDF’s as images and trigger a download when clicked. Works for Dropbox links, havent tested it on anything else.

dl=1 for download  
raw=1 to open the pdf in a webview

Hope this helps.
