Skip to main content
September 17, 2008
Question

Load multiple images from directory?

  • September 17, 2008
  • 2 replies
  • 683 views
What is the best way to use CF to load multiple images from a server directory please? I have CF calling a stored procedure that returns an array of file names. I am using a Flex front end, and wonder if I should just pass the file name array to Flex and let it loop through and load each image into an array. Or is it possible from within my CFC to use the file name array to get CF to grab the images and then pass that image array back to Flex? If so, is there any advantage to either approach? TIA,

Mic.
    This topic has been closed for replies.

    2 replies

    Inspiring
    October 1, 2008
    You don't want to pass the binaries to Flex, you should just give Flex the image names and load them via HTTP.
    Inspiring
    October 1, 2008
    bump