Android Question Webview - Html/php upload image not working

daniedb

Active Member
Licensed User
Longtime User
Hi

I'm using webview to access a basic webpage for inserting records into a database.
There is also a Upload button to upload a Image.
In Webview the Upload button don't work?
In a Browser it do work and upload the image correctly?
Demo file: http://www.wildlifeman.co.za/insertforsale_add.php

in b4a I call it like this
B4X:
webview1.loadurl("http://www.wildlifeman.co.za/insertforsale_add.php")

Any suggestions why?
Thank
 

susu

Well-Known Member
Licensed User
Longtime User
Hi

I'm using webview to access a basic webpage for inserting records into a database.
There is also a Upload button to upload a Image.
In Webview the Upload button don't work?
In a Browser it do work and upload the image correctly?
Demo file: http://www.wildlifeman.co.za/insertforsale_add.php

in b4a I call it like this
B4X:
webview1.loadurl("http://www.wildlifeman.co.za/insertforsale_add.php")

Any suggestions why?
Thank

Why did not use HttpUtils2? You can post all data and file with it.
 
Upvote 0
Top