I have a form where I am submitting data into database. There are following field:
FileName
Choose Image
Button
I am calling this form through URL e,g, https://www.w3schools.com
Now how can I hit button with parameter for example if I add paramaters for fields Like https://www.w3schools.com?id=1&name=abc&age=2
How can do for button and image.
https://www.w3schools.com?id=1&name=abc&age=2&buton=submit&chooseImage=img.png
Nothing Shows