CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

Как разрешить добавлять несколько mimeTipes? #28

Closed Kotesch closed 9 years ago

Kotesch commented 9 years ago

Писал так: 'mimeTypes' => ['image/jpg' , 'image/png'],

'mimeTypes' => 'image/jpg , image/png',

пишет что разрешено, но не грузит

Подскажи как правильно

CTOlet commented 9 years ago

Только что проверил с 'mimeTypes' => ['image/png', 'image/jpeg'], все работает отлично. Как не грузит?

Kotesch commented 9 years ago

привет, решил проблему вот так:
'mimeTypes' => 'image/png, ' .'image/jpeg, ' .'image/x-icon, ',

CTOlet commented 9 years ago

Конкатенацией строк? А цельной строкой не работает?