FSonaglioni
Programmer
Hi everybody!!<br>Does anybody know , how could i convert text files , or *.doc to an html file using some coldfusion tag ?<br><br>I use this code : <br> <cffile action="WRITE"<br> file="d:\temp\comunicado_escrito.txt"<br> output="#form.comunicado_escrito#" ><br><br>but i need to find the way to convert this *.txt into html<br><br>Thanks in advance!!!<br>