What's sad is that I blogged that fact too. I'm getting old... On Tue, Apr 6, 2010 at 4:08 PM, Raymond Camden <[email protected]> wrote: > Ahhhh the WHOLE string. I had tried just the second part. Darn good find > there. > > On Tue, Apr 6, 2010 at 10:38 AM, Chris Blackwell <[email protected]> wrote: >> You were, of course, right! :) >> I should have posted a follow up to this, there's no bug here, just a really >> really big gotcha >> In order to provide a url with params to <cffileupload> you need to >> urlencode the whole url string (or at least the whole query string) >> <cffileupload url="#urlencodedformat("upload.cfm?upload=true&foo=bar")#"> >> The url that's provided is passed as part of the flashvars string to the swf >> file, which is itself a key/value pair string encoded using &/=, so just >> using & isn't enough. Props to Dan Vega for helping me with this one. >> So no bug, but a behaviour that needs documenting in big bold letters on the >> cffileupload docs page >> Chris >> >
-- =========================================================================== Raymond Camden, ColdFusion Jedi Master Email : [email protected] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org -- 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, reply using "remove me" as the subject.
