iwyg / filemanager

Filemanager for Symphony CMS
13 stars 11 forks source link

Error upload images to any folders #2

Closed proyb2 closed 12 years ago

proyb2 commented 12 years ago

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.

iwyg commented 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-streamas 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).

proyb2 commented 12 years ago

Thank for the resolution.