Closed proyb2 closed 12 years ago
consider reading the Readme.md, section Pitfalls
. Seams like your PHP installation is missing both, the PECL extension, and content_mime_type
(which is deprecated). You can include application/octet-stream
as allowed mimetype. In this case, the type validation will rely on the client only (but there's another drawback, e.g. older browsers don't implement the file api).
Thank for the resolution.
I got all error with red progress circle and alert message when attempt to upload a valid jpg and png images file type application/octet-stream not allowed
On Google chrome 17.* windows 7 with the latest File Manager release.