Discussion:
reform-blaze with multiple files
Corentin Dupont
2016-01-01 12:36:09 UTC
Permalink
Hi guys,
I'd like to use inputFile from reform-blaze (
https://hackage.haskell.org/package/reform-blaze-0.2.4.1/docs/Text-Reform-Blaze-Common.html
)
but with multiple files:

inputFile `setAttr` multiple "multiple"

HTML5 allows this but I don't know if it's possible with reform-blaze...
Thanks a lot
Corentin
--
You received this message because you are subscribed to the Google Groups "HAppS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to happs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/happs.
For more options, visit https://groups.google.com/d/optout.
Jeremy Shaw
2016-01-05 04:18:29 UTC
Permalink
Hello,

I am pretty sure reform-blaze does not support that because it was written
before HTML5 was supported by any browsers.

However, it would certainly be nice if it was updated to support that. You
can file a bug, https://github.com/Happstack/reform-blaze/issues, and I
will fix it 'eventually'. Or you can submit a pull request and I will pull
it rapidly :)

There are, unfortunately, quite a few tasks in my happstack queue at the
moment which are higher priority. (Such as finishing the patch to support
HTTP request ranges).

- jeremy
Post by Corentin Dupont
Hi guys,
I'd like to use inputFile from reform-blaze (
https://hackage.haskell.org/package/reform-blaze-0.2.4.1/docs/Text-Reform-Blaze-Common.html
)
inputFile `setAttr` multiple "multiple"
HTML5 allows this but I don't know if it's possible with reform-blaze...
Thanks a lot
Corentin
--
You received this message because you are subscribed to the Google Groups "HAppS" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/happs.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "HAppS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to happs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/happs.
For more options, visit https://groups.google.com/d/optout.
Loading...