Downloading .doc .xls documents

Not allowing downloading of .doc .xls extensions is very restricting, I’m creating a new website and my client requires these formats in his downloads, can’t these be added? if not what is the reason? I’ll have to fudge for now.

Hi @bbd, the best way is to create a linked file. To do this:

  1. Upload your document to dropbox

  2. Right-click the document and click “copy dropbox link”

  3. past the link anywhere (i.e notes, word etc.) You should have something like this: Dropbox - File Deleted

  4. change: https://www.dropbox.com to https://dl.dropboxusercontent.com

  5. Change the “0” at the end to “1”.

  6. Your link should look like: https://dl.dropboxusercontent.com/s/qzkns6qfbcfmdkt/This%20is%20a%20test%20document.docx?dl=1

  7. try a word file here

1 Like

Hi Jerry, great idea, using the same process I’ve now simplified taking Dropbox out of the equation.

  1. Using FTP upload your .doc’s to folder e.g ‘www.mywebsite.com/docs’.
  2. Create link to the document e.g www.mywebsite.com/docs/documentname.doc
  3. Copy link.
  4. Create link interaction ‘Navigate to URL’ - leave ‘new tab’ OFF

Job done!

2 Likes