trying to simply the transition between development comp and server, can I use this:

<cffile
action="upload"
filefield="imagefile"
destination="http://#CGI_Server_Name#/uploads/filename.jpg";
nameConflict="overwrite">


or do i have to specify the destination specifically like so:

<cffile
action="upload"
filefield="imagefile"
destination="path/filename.jpg"
nameConflict="overwrite">


dave
<!--- doesnt know jack about cfm --->


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to