Upload camera photo and filechooser from webview INPUT field
My app is webbased and I need to upload pictures from an INPUT field camp. I've two situations and as i don't know another way to do it depending the page I'm choosing one or another with "boolean boolFileChoser" depending its URL petition: a. file picker b. camera photo shoot. I've dealt with file picker and it upload the file perfectly, the problem is with the camera. Once i try to upload the Camera Pic, it crashes. As far as i know its because the URI. a) File picker: content://media/external/images/1234 b) Camera shoot: file:///mnt/sdcard/Pic.jpg I've found no way to change it. See update