delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

Multiple file upload? #40

Closed tinyCoder32 closed 8 years ago

tinyCoder32 commented 8 years ago

Hello, thanks for the great job.

How can I enable multiple file select? My HTML input element has the multiple attribute set, but it is only allowing one file to be selected!

any advice please?

ocram commented 8 years ago

Thanks for your question!

Please check the following pull request by @james2001:

https://github.com/delight-im/Android-AdvancedWebView/pull/23/files

Does this help? Can you implement it (after copying this library's JAVA file to your app and removing the JAR)?

rddewan commented 8 years ago

hi thank you it works great .. i was wondering if it possible to set cache like when user lunch the main activity load data from cache

ocram commented 8 years ago

@rijudewan You might want to take a look at the WebSettings#setCacheMode method. But please open separate issues for your questions that aren't related to existing issues. Thank you!

ocram commented 8 years ago

Feature has been implemented, see https://github.com/delight-im/Android-AdvancedWebView/pull/23