Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jpg accepted but not jpeg #4

Closed
btrd opened this issue Nov 26, 2014 · 4 comments
Closed

jpg accepted but not jpeg #4

btrd opened this issue Nov 26, 2014 · 4 comments

Comments

@btrd
Copy link

btrd commented Nov 26, 2014

I can upload jpg file but not a jpegm although it's the same file.

@btrd
Copy link
Author

btrd commented Nov 26, 2014

I have the issue when I use Plupload, so maybe it's a Plupload issue.

@iionly
Copy link
Owner

iionly commented Nov 26, 2014

File extension allowed by the plupload uploader are defined in mod/tidypics/views/default/js/photos/uploading.php line 35. Currently, jpeg isn't allowed indeed but only jpg, gif and png. I try to get jpeg added for the next release. In the meantime you can just add "jpeg" to the allowed file extensions (any other you would want to permit, too).

@btrd
Copy link
Author

btrd commented Nov 27, 2014

Awesome thank you !

@iionly
Copy link
Owner

iionly commented Jan 4, 2015

Issue fixed by 3683f6b which will be included in version 1.9.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants