You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: