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: <cfset CreateObject("component",
> "MainFileExplorer").getInstance().getFileManager().uploadFile("Filedata",
> url.path, form.filename)/>

<cfinvoke component="MainFileExplorer" method="getInstance"
returnvariable="fileExplorer" />
<cfset fileExplorer.getFileManager().uploadFile("Filedata", url.path,
form.filename) />

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329346
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to