Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
BigDMorris #1
Re: Help with protecting pdf files
What I do is put the files into a fold that has no links to it. Doesn't matter
if it's inside the site or above it. Next, after authenticating the user, you
copy the one file he is authorized to see into a TEMP folder and give the file
a temporary, very long, random filename and provide a hyperlink to that file.
This prevents him from rummaging through the temp folder trying different
filenames until he gets a hit. Then you crank up a scheduled task that daily
deletes all files that have been in the temp folder more than 24 hours.
BigDMorris Guest
-
Protecting swf files from being decompiled
At the end of the day, our flex apps are deployed as swf files which have the potential to be decomplied and thereby our intellectual properties... -
protecting SWF files
Kevin Towes steps through the process protecting swf files on a Flash Comm server in his book "Macromedia Flash Communication Server MX" -... -
Protecting files with PHP
Hi there! I'm developing an application to which you can upload files. Right now the destination folder of those files is at /public_html/files... -
[PHP] Protecting files with PHP
Place a .htaccess in the files directory denying all access to it, and also possibly redirecting them to a login page. However since your users... -
Protecting files while written ...
Hi, Let's say I have a process that creates file and write data into it. The process will create the file with perm 755 ( in result of a default... -
jmoshier #2
Re: Help with protecting pdf files
The way we ended up solving this problem was using the cfheader and cfcontent
tags with a display.cfm page that pushed the actual path to the file into the
<href> tag of the link. Our customers never see the path to the file we are
protecting.
All you files can be in a folder anywhere inside your site.
jmoshier Guest



Reply With Quote

