- From: James Salsman <jsalsman@gmail.com>
- Date: Wed, 9 Jun 2010 05:47:04 -0700
On Wed, Jun 9, 2010 at 5:22 AM, Rob Evans <rob at mtn-i.com> wrote: > > I think an interesting addition to the input type=upload would be a script-accessible progress value. > Either as a percentage, or probably more useful two values, one being the size of the upload and > the other being current bytes sent. If you are uploading by reference to URL (which presumably the server would fetch to save bandwidth) then progress information is probably not something that can easily be exposed by the HTML interface. You might want to use an out-of-band ajax-style channel with javascript to show progress instead. > Also whilst we're on the subject, how about allowing multiple files to be selected from a single input element? That's been in there since HTML 3.2, I believe, and was implemented by some browsers (IE 5-8?). User interface concerns almost always end up preferring dynamic form behaviors, with variable numbers of input type=file elements added and removed on an as-needed basis before the form is submitted.
Received on Wednesday, 9 June 2010 05:47:04 UTC