For word, did you add the attribute in cffile action="readbinary"?
For excel, there is a cfspreadsheet tag that will read a spreadsheet and you can put a query attribute on it and output the result. For PDF's, there is a cfpdf tag that you can use. Obviously you will have to get the file type then use cfif to tell the page which tag to use for which file. Hope this helps Bruce On Aug 10, 2012, at 4:48 PM, Robert Rhodes <[email protected]> wrote: > > Hi Bruce. Thanks for the reply. > > I did, but no luck. On text files, I got the text just fine. On Word > docs, I got the text but with a whole bunch of garbage in the return. > > On ppt, pdf, and excel docs, they all come out as unreadable garbage. I > tried both the "read" and "readbinary" actions and they both did not work. > > Maybe I am doing something wrong? > > I am using CF9. > > -RR > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352113 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

