in reply to How do i force the user to download my content?

An easy way to have the Download dialog box open up is to set a meta tag for refresh and set the url to the file.

Example: <meta http-equiv=refresh content=0;url=someFile.ext>

Originally posted as a Categorized Answer.

  • Comment on Re: How do i force the user to download my content?