Thread: Auto Download?
View Single Post
01-27-2008, 11:44 AM
#2
thatjamie is offline thatjamie
thatjamie's Avatar
Status: Ruby on Rails Developer
Join date: Oct 2004
Location: England, UK
Expertise: Ruby, Rails, jQuery
Software: Chocolat, Sublime Text 3
 
Posts: 2,343
iTrader: 14 / 94%
 

thatjamie is on a distinguished road

Send a message via Skype™ to thatjamie

  Old

Try putting:

Code:
<META HTTP-EQUIV="Refresh" CONTENT="3;URL=URL_to_document">
In the header of your document. '3' respresents the number of seconds before the page or document is loaded. You can use this method and link directly to the file you wish to download.