-
1. Re: CFFile Upload to Remote Server
WolfShade Mar 16, 2011 1:15 PM (in response to kodemonki)filefield should be filefield="FORM.[name of form field]"
destination should be the full physical path (drive) of destination (ie, "D:\earth\Inetpub\wwwroot\portal\prod\manu\ford\eg\pdc\training")
^_^
-
2. Re: CFFile Upload to Remote Server
kodemonki Mar 16, 2011 1:24 PM (in response to WolfShade)I shouldn't have to map the remote servers, but I'll give it a try.
-
3. Re: CFFile Upload to Remote Server
WolfShade Mar 16, 2011 1:25 PM (in response to kodemonki)Och.. forgot about the remote part..
In that case, you use CFFILE to upload to a local server, then CFFTP to move it to the remote server.
^_^
-
4. Re: CFFile Upload to Remote Server
kodemonki Mar 18, 2011 5:56 AM (in response to WolfShade)Thank you for that suggestion! It horrifyed my sysadmin so much he took an *actual* hard, second look at the server settings and saw that deep down somewhere in the advanced IIS settings something wasn't right or didn't match, so now I can do the original thing I wanted to do (upload to and pull from a remote server). For some reason I now get a DLL error when I try to do this with the development server, but I guess I'll just make do.
Thank you so much

