Question
<cfcontent> to send any file type
I currently use this to serve a download
<cfcontent type="image/gif" file="F:\main\site.com\userfiles\#getfileinfo.fileid#.gif">
Is there a way to use this to serve any kind of file. This way I have to specify the file type, but it may change.
