Some browsers support the 'multiple' attribute on a file input element.

<input type='file' multiple>

On 20 October 2010 14:03, JavierH <javierh...@gmail.com> wrote:

> Does anyone know if it is possible to implement a multiple file upload
> interface on GAE?
>
> I am looking to upload multiple photos at the same time and the INPUT
> FILE HTML makes me select the file for each photo ... so I would have
> to select each image manually from the file system to fill the name
> property of the FILE input. That's a pain ...
>
> Basically I have like 50 FILE inputs and to upload them I have to
> select each file individually manually ...
>
> Any idea ?
>
> Thanks in advance for you response !!
>
> Cheers !
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to