I am trying to program a file download. The filename is sent as a parameter and then rails sends back a browser download (using send_file).
Is there any way I can get this to work with Flex download? From the examples, the URLRequest is an absolute path to the actual file being downloaded. Would I be able to do this as an HTTPService? or would I have to do some rails magic to copy the file in the public area? thanks!

