Can you recommend me some jquery or native javascript lib for multiple uploading via ajax ?
Looks nice but require flash plugin
adaxa
2010-10-14 12:53:35
@adaxa: You cannot upload multiple files from a single control using HTML; you need to use Flash.
SLaks
2010-10-14 12:57:02
@Slake not true see my post
mcgrailm
2010-10-14 13:03:16
That's only supported by Safari 4.
SLaks
2010-10-14 13:12:17
seems to work in ff and I think be supported in IE9
mcgrailm
2010-10-14 13:18:13
A:
no flash multi=file uploader check it out
ADDITION
although its not free CKFinder may also do the trick
mcgrailm
2010-10-14 13:02:07
A:
Although it's not an Ajax solution, some browsers now support the HTML5 multiple attribute for file uploads
(More info can be found here: http://dev.w3.org/html5/spec/common-input-element-attributes.html#attr-input-multiple)
Ian Oxley
2010-10-14 13:07:17