On Tue, May 3, 2011 at 2:21 PM, Gene Godsey <[email protected]> wrote: > Question 1: How do I get the application to retrieve and provide the file or > files name(s)?
The value, myVar, is an array of file structs. Each struct contains information about the file upload. Look up the docs for cffile/action=upload. The data is the same, but action=upload lets you handle multiple - hence the use of an array. Point is - all the data is there. > Question 2: Is this display an actual output or is this .cgi information that > I pull behind the seens? Is that a display? Thie last code block you showed, the one with uploadall, handles the request sent by the Flash on the front end. It returns JSON back. So the code on the client gets the JSON, parses it, and works with it. So it' snot "visible" per se. It's a bit like a robot doing a http request for you. > Question 3: If this is done with jQuery or some kind of JavaScript call is it > possible to get an example to I can replicate it in process? It's all Flash and JS. Not sure what you mean by 'replicate the process' though. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344205 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

