OpenTextFile

S

siggy

in FP2003 ( posting to a Linux server )

I am using a form to display the contents of a
text file on the server -- works great......
Then I can edit the text and submit to an ASP page.

This ASP page displays the text - perfectly......
BUT when I save this text to a file on the server
using the OpenTextFile construct.......
the first few characters of the saved text file are
not ASCII text - they are symbols - like boxes.. etc

the balance of the text file is OK.....


ken
 
T

Thomas A. Rowe

ASP under Unix/Linux is not exactly the same as running ASP under a Windows IIS server.

Check out the help/support section of http://www.chilisoft.com and might find some help with this
issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top