file download access control

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
 
T

Thomas A. Rowe

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
==============================================
 
A

Andrew Murray

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top