简体   繁体   中英

reading file , checkBox value on the server side in GWT

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.

在复选框上放置一个名称,并在servlet中使用request.getParameter(name)检索值,其中名称与复选框之一匹配。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM