Skip to main content
Participant
May 28, 2009
Question

uploaded file loses formatting

  • May 28, 2009
  • 1 reply
  • 489 views

I am trying to display an uploaded resume(in doc format) on my web page. The uploaded resume is stored in the DB. When I display the contents it has a lot of unwanted characters and is not readable. How do I display it in a readable format? Please help. Thanks.

This topic has been closed for replies.

1 reply

Inspiring
May 28, 2009

Store it as a file, not as a db record.  Use cfcontent to present it.

TKISHAuthor
Participant
May 28, 2009

Can u please give an example of how to use it?? Thanks for ur reply.