CFFILE COPY in ColdFusion 8
i tried using cffile copy file doesn't work
it works when changed action rename , move when changed action="copy", nothing happened. did not error either. it's file did not copied.
the strange thing is, when use cffile action="copy" on dev server, works.
the problem not on permission issues since have same exact permission on both servers.
is there issues coldfusion 8 cffile action="copy"????? why works on dev server not on prod. server?
i've googled since morning , found few people had same complaint no respond on how solve them.
does community have ever had similar problem , has solution?
i'm using coldfusion 8
my web server in unix
my end oracle 11g
my code pretty simp
<cffile action = "copy" destination = "c:\scratch\devprod1\"
source ="c:\scratch\finprod1\" />
it's kind of reach, since you're running under unix, have tried using mode attribute?
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=tags_f_04.html
^_^
More discussions in ColdFusion
adobe
Comments
Post a Comment