you get so much more for your money if you host outside of the UK,
sorry to all UK hosts here!

Hostmysite.com top CFMX package is $30 a month and for that you get,
500 Mb storage
15 gb transfer
250 pop accounts
50mb SQL 2000 Db
unlimited DSNs

show me a UK company that can give me all that for that amount of
money a month and i'll move all my sites back to the UK. Average
support response any time of day i've encountered with HMS was about
20 minutes!!!

jb.




On Tue, 17 Aug 2004 14:35:16 +0100, Paul Swingewood
<[EMAIL PROTECTED]> wrote:
> Hi Russ,
> 
> It looks like my client will be going with CFMXhosting.co.uk
> (If I could just get through to one of you on the phone)
> 
> I have an application.cfm file like this
> 
> <cfset application.dsn = "sqlshoes">
> <cfset name="Application.TaxRate" default="0.175">
> <cfset application.catsubcatdirectory ="e:/inetpub/wwwroot/store/images">
> <cfset application.ImageDirectory = "images">
> <cfset application.ProductDirectory = "images/products">
> <cfset application.uploaddirectory =
> "e:/inetpub/wwwroot/store/images/products">
> 
> How do I make the code look for the path names etc dynamically?
> 
> Also I am using the cffile tag as thus ...
> 
> <cffile action ="UPLOAD"
>   filefield ="bigpic"
>   nameconflict = "overwrite"
>   accept = "image/jpg, image/pjpeg"
>   destination = "#application.uploaddirectory#">
>   <cfif #file.filewassaved# eq "yes"><!--- Was the big pic saved? --->
>     <cfset bigpic = '#trim(file.serverfile)#'>
>     <CFQUERY NAME="addItem" datasource="#application.DSN#">
> 
> Having never used a sandbox will the code stay the same and I alter some
> setting via your system?
> 
> 
> 
> Regards - Paul
> 
> --
> These lists are syncronised with the CFDeveloper forum at 
> http://forum.cfdeveloper.co.uk/
> Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> CFDeveloper Sponsors and contributors:-
> *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
> activepdf.com*
>       *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
>            *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> 
>

-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to