Resize image taken from gallery or camera, before being uploaded
问题 I have a form in my site that allows the user to upload a photo. My android app uses WebView to allow users access the site. On click of the upload button the app allows the user to choose between an image already existing in the gallery or take a new photo and upload that image. The code I have used for this is showAttachmentDialog is called by the openFileChooser private void showAttachmentDialog(ValueCallback<Uri> uploadMsg) { this.mUploadMessage = uploadMsg; File imageStorageDir = new