Displaying files
Hey i am having an issue with displaying files with ruby on rails.
I have an upload area where users upload files to a local dir, after that i am trying to display the file names in a list. I need to read the file names from the directory and then display the in a list form....
How would i do this?
