30 Nov
2004
30 Nov
'04
12:13 p.m.
Johannes Waldmann writes:
How can I use an <INPUT TYPE="file"> element?
The Network.CGI module can't deal with that, unfortunately. You might want to take a look at the module FormData, which is (temporarily!) available here: http://peti.cryp.to/FormData.hs I'm using this module instead of Network.CGI and it works nicely. 'lookupFileField' is the function you are interested in. Hope this helps. Peter