I'm trying to use CF9's <cffileupload> tag in a MG app, but it doesn't want
to play.  Has anyone tried it and got it to work?

Here's a few snippets

<cffileupload url="#event.linkto(xe.upload)#"
title=""
extensionfilter=".jpg,.jpeg,.png"
width="500"
height="300" />

If i viewsource i can see upload control gets the correct
"index.cfm?event=image.upload", i queue up a file, hit upload i get a green
progess bar but the <cflog> tag in my controller function doesn't get fired.
 If i manually hit the url in the browser the controller does fire.

I'm at a slight loss to know how to debug this as the control is a swf, and
doesn't send any output to CF's ajax debugger.  Firebug and LiveHTTP Header
plugins for FF don't show me anything either.

Any thoughts?

Chris

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

To unsubscribe from this group, send email to 
model-glue+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to