librelist archives

« back to archive

[Mongrel2] Does mongrel2 support html5 File API upload?

[Mongrel2] Does mongrel2 support html5 File API upload?

From:
Tang Daogang
Date:
2011-03-02 @ 02:21
Hi,

Does mongrel2 support html5 File API upload?
http://www.w3.org/TR/file-upload/
http://valums.com/ajax-upload/

That uses xhr to send the file data, rather than the general form submit....

BR.

-- 
Nothing is impossible.

Re: [mongrel2] [Mongrel2] Does mongrel2 support html5 File API upload?

From:
joshua simmons
Date:
2011-03-03 @ 06:28
There should be no reason mongrel2 would stop you handling this protocol in
your handlers. That said there's no built in support.
On Mar 2, 2011 1:21 PM, "Tang Daogang" <daogangtang@gmail.com> wrote:
> Hi,
>
> Does mongrel2 support html5 File API upload?
> http://www.w3.org/TR/file-upload/
> http://valums.com/ajax-upload/
>
> That uses xhr to send the file data, rather than the general form
submit....
>
> BR.
>
> --
> Nothing is impossible.