My problem is similar
i have to Send the textBox.value and file. I am using FormPanel to do so.
I can retrive file but the value of checkBox is not retrived.
How to do it.
Put a name on your checkbox and in your servlet retrieve the value with request.getParameter(name)
where the name matches the one of your checkbox.