Android Question [Solved] How to make this webpage (button) works in webview?

asales

Expert
Licensed User
Longtime User
This webpage has a button "Browse" to select an image and upload to the site.

salephpscripts.com/wordpress_directory/demo/submit-new-listing/?level=1 :

browse2.jpg

If I use the button in Android browsers (Firefox, Chrome...) it works, but don't work if I use it in the webview component inside my app.

What I can made to this button works in the webview?

Thanks in advance for any tip.
 

asales

Expert
Licensed User
Longtime User
To close this thread:
The code from Upload files with WebView was updated with this code:
to get the full file name of the image, because the site check the extension - only JPG or PNG - and the "TempFile" don't work.
 
Upvote 0
Top