1

Am working on responsive website. The mobile view upload image has the "phone gallery" option in iphone, but its not available in Android system.

Not an app. only a responsive site. Please help. Thank you.

enter image description here

Bertrand Martel
  • 42,756
  • 16
  • 135
  • 159
Stewiek
  • 45
  • 1
  • 3
  • Its not work automatically in android.you have to customize the webview code...refer http://stackoverflow.com/questions/5907369/file-upload-in-webview – sasikumar Mar 14 '17 at 04:21
  • http://stackoverflow.com/questions/15725814/upload-an-image-from-camera-or-gallery-in-webview – sasikumar Mar 14 '17 at 04:22

1 Answers1

1

you can try this

<input name="userfile" type="file" accept="image/*" />
Rashid
  • 1,700
  • 1
  • 23
  • 56
  • 1
    While this code may answer the question, providing additional context regarding why and/or how this code answers the question improves its long-term value. – Donald Duck Mar 14 '17 at 10:06