> While storing the student dossier as a file is quite easily coded I do
need to lock them down from prying eyes - any suggestions greatly
appreciated.


You can store them outside the webroot then use cfcontent to retrieve
them....


<cfif this person is logged in and has authorisation>
    <cfcontent type="application/pdf" file="c:\dossiers\privatestuff.pdf"
deletefile="No">
</cfif>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to