my data is stored in mssql server. <br>the data type, varchar, only allow me to input 255 characters so i use <cffile action="write"> to write input into text file. <br>Then store the pathname in database. <br>To retrieve the file contents, i use <cffile action="read"> but i cannot output the contents of the file, instead got its pathname... <br>so how can i save my input as??? <br>pls help, thank you