[ 'MyFile', 'file',
'extensions' => ['pdf'],
'wrongExtension' => 'Only PDF files are allowed for {attribute}.',
'wrongMimeType' => 'Only PDF files are allowed for {attribute}.',
'skipOnEmpty'=>false,
'mimeTypes'=>['application/pdf']],
I noticed your attribute is resume. Are you making a job board/ online application? I’m actually making one right now in Yii2 and that’s where the above code came from. Do you have any screen shots or demos just curious.