Tagged Questions
1
vote
1answer
69 views
What is the IForm equivalent to fileAFormOpt?
I want to use runInputPost on an existing form with a file input tag. fileAFormOpt exists for AForms, but how can I do the same with an IForm since there is no fileField type?
6
votes
1answer
730 views
How to upload a file to the server using Yesod
I'm trying to write a form that allows users to upload a file to my server.
I saw Yesod uses fileAFormReq for such a functionality but was unable to get it to work, running into compilation errors, ...