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

How to change the accept from ".jpg,.gif" to "image/jpg,image/gif"? #1590

Open
712059392 opened this issue Nov 26, 2018 · 0 comments
Open

How to change the accept from ".jpg,.gif" to "image/jpg,image/gif"? #1590

712059392 opened this issue Nov 26, 2018 · 0 comments

Comments

@712059392
Copy link

712059392 commented Nov 26, 2018

Hi, I am running the Plupload v2.3.6, It's working very well on PC,but it's not work on my Android mobile phone, coz my phone cannot handle accept=".jpg,.gif" but only accept="image/jpg,image/gif", so could you please tell me how can I change the accept from ".jpg,.gif" to "image/jpg,image/gif"?
if I modify the code
mime_types: [ {title : "Image files", extensions : "jpg,gif"}, ],
to
mime_types: [ {title : "Image files", extensions : "image/jpg,image/gif"}, ],
the program will tell me the format is wrong.

image

@712059392 712059392 changed the title How to change the accept form ".jpg,.gif" to "image/jpg,image/gif"? How to change the accept from ".jpg,.gif" to "image/jpg,image/gif"? Dec 4, 2018
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

1 participant