[
https://issues.apache.org/jira/browse/CB-10167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15068204#comment-15068204
]
jcesarmobile commented on CB-10167:
-----------------------------------
on iOS the input file tag is handled by the webview
on android it doesn't work by default, but I think we do something like the
mentioned on the answers on this question
http://stackoverflow.com/questions/5907369/file-upload-in-webview.
I think it should be possible to change it to allow multiple selection with
{code}
intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true);
{code}
didn't try
the problem is, it will allow multiple selection even if there is no multiple
param on the input file
> not select multiple image from gallary using cordova
> ----------------------------------------------------
>
> Key: CB-10167
> URL: https://issues.apache.org/jira/browse/CB-10167
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 5.4.0
> Environment: Android (mobile application platform)
> Reporter: Tejal Pandya
> Assignee: Richard B Knoll
> Fix For: 5.4.0
>
> Original Estimate: 20m
> Remaining Estimate: 20m
>
> I am working on cordova 5.4.0 . I am using plugins camera, file ,file
> transfer , media-capture for multiple file selection through gallary. But its
> possible with capture by camera using example multiimageselector3. But not
> for gallary (In demo multiimageselector2. This demo not working). i am using
> html file for select image and add above plugins. But not work right now.
> Give me such solution for multiple imageselection using gallary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]