eportstudents
Programmer
Hi, I'm trying to view different files (both text and images) using CFCONTENT. I can view texts easily but cannot view the files. this is my code:
<CFCONTENT TYPE="application/unknown"
FILE="#getdirectoryfrompath("c:\"
#work_area\#url.file#"
DELETEFILE="No">
if an image file comes up and i clikc on it...the browser begins to download the file to view it yet it is stuck on the same thing and the image never comes up.
what am i doing wrong?
<CFCONTENT TYPE="application/unknown"
FILE="#getdirectoryfrompath("c:\"
DELETEFILE="No">
if an image file comes up and i clikc on it...the browser begins to download the file to view it yet it is stuck on the same thing and the image never comes up.
what am i doing wrong?