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
Any suggestions why?
Thank
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