CFpdf and CFcontent shows filepath and filename in browser
thanks past on cf questions... i've developed upload application (logged in secure environment) users uploads pdf outside of root, moves , renames file , cfpdf protects file password. part of upload process inserts variables in sql database such catagory, subcatagory, filename, etc. cffile move puts file inside root have security framework. no problem this. i have cfm page populated (dynamically) links pdf files. these links contain url handlers pass filepath , filename. when user clicks link, carried index.cfm has security framework , within page have cfpdf link pdf file (and sets password) , cfcontent loading pdf file in browser. of works fine, should. however... because cfpdf sets filepath/filename source , destination , passes on cfcontent tag -- filepath , filename shown in browser address bar naming download file same http address (albeit underscores) if user saves file. savvy can figure out actual filepath , filename , go directly file in browser. they'd stil...