On Wednesday, October 8, 2014 5:05:28 PM UTC-7, Nathan Gleaves wrote:
>
> Alright, I got it working in Firefox but its not what i want. It tries to 
> got o the file address instead of serving the file. What i want is for 
> someone remote to be able to click the link and download the file.
>
>
The default handling for an external link depends on your browser setup. 
 For example, if you've installed the Excel application on your system, 
then you've probably also got the Excel addon the lets the browser display 
XLS files directly, rather than downloading the file.  If the browser 
doesn't have any addon to support a given file type, then it falls back to 
download/save the file.

You can force the download handling using HTML5 link syntax (if your 
browser supports it)
<a href="..." download="somename.ext">click to download</a>
When the link is clicked, the URL in the href="..." will be downloaded, 
using the specified "somename.ext" as the target name on your local 
filesystem.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to