Hi
Is there a way tu upload many files with a input type file control?
Thanks
bruce barker - 08 Jun 2007 06:03 GMT
one upload per file control. javascript can dynamically add more file
controls, or a common technique is show list of uploaded files and have
the button add to the list (see web mail programs handling of attachments).
-- bruce (sqlwork.com)
> Hi
> Is there a way tu upload many files with a input type file control?
>
> Thanks
Siva M - 08 Jun 2007 07:49 GMT
Nope. Have multiple <input type="file"...> for multi-file upload..
> Hi
> Is there a way tu upload many files with a input type file control?
>
> Thanks
Alexey Smirnov - 08 Jun 2007 08:35 GMT
> Hi
> Is there a way tu upload many files with a input type file control?
>
> Thanks
Hint:
You'll always need to have one element per file to be uploaded.
But you don't need to display all those file elements.
http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-
single-file-element/