problem in hand:
in the textarea form field is typed:
one
two
three
that is written to a txt file using:
<cffile action="write" file="C:\Inetpub\ output="#ParagraphFormat(form.post)#">
and than outputed using:
<cfoutput>#ParagraphFormat(temp)#</cfoutput>
result:
one two
three
I need some input on how can I write a txt file I collect from textarea form field, and then output that txt file properly formated; I would like to respect user line breaks, carriage returns, etc.
what other functions can I use here, any suggestions are welcome...
thx
Sylvano
dsylvano@hotmail.com
"every and each day when I learn something new is a small victory..."
in the textarea form field is typed:
one
two
three
that is written to a txt file using:
<cffile action="write" file="C:\Inetpub\ output="#ParagraphFormat(form.post)#">
and than outputed using:
<cfoutput>#ParagraphFormat(temp)#</cfoutput>
result:
one two
three
I need some input on how can I write a txt file I collect from textarea form field, and then output that txt file properly formated; I would like to respect user line breaks, carriage returns, etc.
what other functions can I use here, any suggestions are welcome...
thx
Sylvano
dsylvano@hotmail.com
"every and each day when I learn something new is a small victory..."