Skip to main content
Participating Frequently
May 9, 2008
Question

creating file download capability

  • May 9, 2008
  • 1 reply
  • 238 views
I was wondering if anyone can help me with this. I need to have a dynamic list of available downloadable files from a particular directory on a web server and have the ability to have the user download individual files from that list. The list needs to be dynamic based on whatever is in that download folder.

Am I making sense? I have no idea where to start with this, although I found the perfect Flex Component (XFer from Connect Studios, but I can't get it to work, and I don't get any response from their tech support.

Any ideas?
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 9, 2008
you'll need to use some server-side coding to gather the file data and flash can use the loadvars class to retrieve those data.