in reply to Re: Image input type + POST request
in thread Image input type + POST request

After some twiddling around I found out:

To submit a form which uses an 'image' input tag, and the tag has no name, simply use x and y:

x=0&y=0

and the form will submit. On really picky servers anyway.

  • Comment on Re: Re: Image input type + POST request