I'm trying to put links on my Symfony2 project where people can download files by clicking a link. However, at the moment when a user clicks on a link I get the following error:
No route found for "GET /uploads/test/test-audio-live.wmv"
How do I allow downloads without this error appearing?