I can upload PDFs and images quite fine, but whenever I tried to upload an epub or mobi file I was getting an error stating the file has an invalid file extension.
I did some digging and found that I’m supposed to add the file types to the mimes.php and I added this:
'epub' => 'application/epub+zip',
'mobi' => 'application/x-mobipocket-ebook',but I’m still getting the error. I’m running EE v2.4.0 - Build: date 20120123, a little old I know.
Any ideas?