Cfile

I have a content management system that I ofer my clients and I am trying to get it set up(new to jodohost). I am not sure what the destination should be. Any ideas?

<cffile action="upload" filefield="AddFile" destination="D:webroots\wfusion\wfusion.com\cms\quigley\documents\"
nameconflict="OVERWRITE">

PS
I have only been a mamber for a couple of days but I have been very impressed with the service.
 
txspiderman said:
I figured it out
Just as a suggestion you might want to variablize that path instead of trying to set it flat in the application -

<cfset ThisPath = #ExpandPath("*.*")#>
<cfset ThisPath = "#ThisPath#">
<cfset ThisDirectory = #GetDirectoryFromPath(thisPath)#>

Just something for your knowledge.
 
txspiderman said:
I have a content management system that I ofer my clients and I am trying to get it set up(new to jodohost). I am not sure what the destination should be. Any ideas?

<cffile action="upload" filefield="AddFile" destination="D:webroots\wfusion\wfusion.com\cms\quigley\documents\"
nameconflict="OVERWRITE">

PS
I have only been a mamber for a couple of days but I have been very impressed with the service.

http://www.wfusion.com
http://www.wfusion.net
 
Back
Top