Multifile Upload

I am uploading multiple files using CMultiFileUpload. But I need to select multiple files in one selection. Any default options is available in yii or any good extension for this.

Thanks.

CMultiFileUpload don’t have such a possibility.

I use plupload for a long time, it has everything one can need (including client-side resizing of images).

There’s no need to create an extension for that. It’s simple.

PLupload is cool, also Uploadify can be an option

Thank you friends