CMultiFileUpload is Yii framework class that generates a file input that can allow uploading multiple files at a time.
CMultiFileUpload is Yii framework class that generates a file input that can allow uploading multiple files at a time.
It is based on the jQuery Multi File Upload plugin. The uploaded file information can be accessed via $_FILES[widget-name]
, which gives an array of the uploaded files.