Re: multiple methods through cfinvoke

2009-12-25 Thread Sean Corfield
On Fri, Dec 25, 2009 at 10:49 AM, Scott Stewart wrote: > I'm using GoDaddy for hosting (cause it's cheap) > It's also terrible. You'll spend so much more of your time on it than you'll save by paying less each month! Consider Alurium and their $7/month hosting package (yes, it uses Railo, which

Re: multiple methods through cfinvoke

2009-12-25 Thread Jochem van Dieten
On Fri, Dec 25, 2009 at 7:49 PM, Scott Stewart wrote: > I'm trying to adapt Mango blog to work within GoDaddy's hosting parameters > (no cfobject or CreateObject) > Ie: "MainFileExplorer").getInstance().getFileManager().uploadFile("Filedata", > url.path, form.filename)/> Jochem -- Jochem

multiple methods through cfinvoke

2009-12-25 Thread Scott Stewart
Hey all.. Merry Christmas first off I'm using GoDaddy for hosting (cause it's cheap) I'm trying to adapt Mango blog to work within GoDaddy's hosting parameters (no cfobject or CreateObject) Mango has a few chained method calls Ie: Is there a way to express this using cfinvoke?