file download access control

  • Thread starter Thread starter chosunaosan
  • Start date Start date
C

chosunaosan

I am making a website to support a class I teach and I want to make some
matrials available to students on line. But some of it is time sensitive. For
example, I want the quiz answers available on line, but only after test day.

I can do this by brute force (just update the site every day) but I am
hoping for a more elegant solution. Is there a way to link to a file (pdf or
embedded video) but make the link inactive (or link to a "resource not yet
available" message) until a specified day and time?

Thanks
 
The best option would be server-side scripting, which depends on what is support by your web host.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
you can do that with the Frontpage Includes (but I think it only works with
HTML pages). You go to the Includes option as normal, but choose the option
that allows you to set the time and date you want the page to appear, and
will disappear after the 'expiry' date.

There's an option for that to work with images but not sure about files like
video or PDF's.
 
Back
Top