Given a default Yesod scaffold, with file upload implemented by moving the uploaded file into the static directory, how do I link to the file in the static directory? For normal static files, the staticFiles splice will generate an identifier I can reference, but for user uploaded files obviously I cannot hardcode these identifiers. I can do this by manually using a #{} splice, but I was hoping there might be something a little more typesafe, even the only checkable component is that I used the static/ prefix correctly.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
The two fields are the path info and the query string parameters. So to create a link to
Usually creating a query string parameter isn't necessary, but |
|||
|