Reputation: 731
I need to be able to automatically upload a file plus some related data to my Yesod server. I thought the best way to do it was using input-forms.
However, input forms don't seem to allow file fields.
Thanks,
Upvotes: 4
Views: 298
Reputation: 23
Do you know about lookupFile?
(see What is the IForm equivalent to fileAFormOpt?)
Upvotes: 1
Reputation: 2651
Forms allow <input type="file" />
, is this what you are looking for?
Upvotes: 0