Mixed development backend with PHP, added in the foreground page , can display, but cannot select the file, this function is want to upload the picture, and return the data.
Reply content:
Mixed development backend with PHP, added in the foreground page, can display, but cannot select the file, this function is want to upload the picture, and return the data.
What browser do you use, this should be possible
Rewrite the webchromeclient and add a method to it:
public void Openfilechooser (Valuecallback uploadmsg, String accepttype, string capture)
{ mUploadMessage = uploadMsg; Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.addCategory(Intent.CATEGORY_OPENABLE); intent.setType("image/*"); startActivityForResult(Intent.createChooser(intent, "选择图片"), FILECHOOSER_RESULTCODE); }
Call the camera directly
Call Camera pictures or albums