[redirected to Haskell-cafe from ghc...]
I think the point is not to define your class Seriliazer,
but to define it as a generic function instead. After all,
it is kind of show (because it is serialisation).
Reading your
earlier emails, it seems a remaining problem is to keep
this function somewhat
Peter Simons wrote:
> Has anyone managed to process the results of a "file upload"
> formular, such as
>
>
> Choose a file: maxlength="10" accept="text/*">
>
>
>
> ..., with Network.CGI successfully? I have tried it, but it
> appears that the library c
Has anyone managed to process the results of a "file upload"
formular, such as
Choose a file:
..., with Network.CGI successfully? I have tried it, but it
appears that the library can't handle the "multipart/form-data"
encoding -- is that possible?
I'll appreciate any suggestions how