- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2019
09:51 AM
11-29-2019
09:51 AM
Re: File validation failed
Re: File validation failed
It did not work.
Replace
return $this->fileMime->getMimeType($this->_file['tmp_name']);
with
return $this->_file['type'];
works for me