On Mon, Dec 21, 2009 at 4:20 PM, AJ ONeal <[email protected]> wrote:
> I've got this gmail- / ajax-style multiple upload form here:
> http://www.whatsayye.com/upload.html
> Everything is working great except that I can only get the filename of the
> first file when multiple files are selected with one html5 file input.

Did you try .files?

http://www.w3.org/TR/html5/forms.html#dom-input-files

> ... oh, and the fact that Ruby on Rails doesn't know how to handle multiple
> files on the server-side either

Be aware that HTML5 isn't finalized yet, so wouldn't expect Rails to
fully support all the new stuff. I can't say anything about browser
support for this either, but I'm sure it's in the works in the major
browsers. Firefox 3.5.5 at least lists it in the DOM inspector, but I
didn't do any actual testing.

-- 
Peter Henderson
[email protected]
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to