> > Did you try .files? > > http://www.w3.org/TR/html5/forms.html#dom-input-files > > Thanks Peter
I had to do a little mangling, but it's working (somewhat - I broke something else in the process). > > ... oh, and the fact that Ruby on Rails doesn't know how to handle > multiple > > files on the server-side either > > I lied. It was a goof-o on my part. As it turns out there's no server modification needed. It's business as usual. <input type=file multiple name='class_name[file_array][]'/>
-------------------- 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
