I'm trying on a Happstack-build website to read out "user submitted" plain text files. The main functionallity should be to get the file content, for further usage a server side storage of the file isn't needed.
- What would be the way to realize this?
- Does the file need to be uploaded or could ajax handle it, and if not, why?
- A sample implementation would be helpful