Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Load multiple images from directory?

Guest
Sep 16, 2008 Sep 16, 2008
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.
648
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 30, 2008 Sep 30, 2008
bump
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 01, 2008 Oct 01, 2008
LATEST
You don't want to pass the binaries to Flex, you should just give Flex the image names and load them via HTTP.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources