Does anybody know why <cffile> can't write a file called com1.htm in an existing directory with the right permissions? This happens only on windows machines (win 2k & XP) with CF4.5 and CF5 (haven't tested with CFMX). It writes the file ok on a linux box. Other files (like reg1.htm) are written correctly, but all the files called comX.htm (where X is a digit) throw an error saying comX.htm doesn't exist (which shouldn't matter when using cffile action="" Also if I do FileExists("c:\pathtofile\com1.htm") it returns true if the file doesn't exist.
Pascal Peters
Certified ColdFusion MX Advanced Developer
Macromedia Certified Instructor
LR Technologies
Av. E. De Mot, 19
1000 BRUSSELS, BELGIUM
Tel: +32 2 639 68 70
Fax: +32 2 639 68 99
Email: [EMAIL PROTECTED]
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- RE: Trouble writing a file Pascal Peters
- RE: Trouble writing a file James Holmes